Skip to content

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

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

This MR contains the following updates:

Package Type Update Change
pyfakefs test minor 5.6.0 -> 5.7.0

Warning

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

View the Renovate pipeline for this MR


Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.7.0

Compare Source

Adds official Python 3.13 support, improves OS emulation behavior.

Changes
  • officially support Python 3.13
Enhancements
  • the additional_skip_names parameter now works with more modules (see #​1023)
  • added support for os.fchmod, allow file descriptor argument for os.chmod only for POSIX for Python < 3.13
  • avoid reloading glob in Python 3.13 (did affect test performance)
Fixes
  • removing files while iterating over scandir results is now possible (see #​1051)
  • fake pathlib.PosixPath and pathlib.WindowsPath now behave more like in the real filesystem (see #​1053)
  • PurePosixPath reported Windows reserved names as reserved in Python >= 3.12 (see #​1067)
  • PurePosixPath.joinpath() incorrectly handled paths with drives under Windows in Python >= 3.12 (see #​1070)

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.

Edited by renovate

Merge request reports

Loading