Skip to content

chore(deps): update dependency pyfakefs to v5.6.0

renovate requested to merge renovate/pyfakefs-5.x-lockfile into main

This MR contains the following updates:

Package Type Update Change
pyfakefs dependencies minor 5.5.0 -> 5.6.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.6.0

Compare Source

Adds preliminary Python 3.13 support.

Enhancements
  • added preliminary support for Python 3.13 (tested with beta2) (see #​1017)
  • added apply_umask argument to FakeFilesystem.create_dir to allow ignoring the umask (see #​1038)
Fixes
  • use real open calls for remaining pathlib functions so that it works nice with skippedmodules (see #​1012)
Infrastructure
  • Add pyupgrade as a pre-commit hook.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading