Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Change Age Confidence
pyfakefs (changelog) ==5.9.1 -> ==5.10.2 age confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.10.2

Compare Source

Fixes a problem with pathlib.glob in Python 3.14.

Fixes
  • fixed pathlib.glob() for Python 3.14 (see #​1239)

v5.10.1

Compare Source

Fixes a regression introduced in version 5.9.0.

Fixes
  • fixed a deadlock in shutil.copytree if copying using an shutil function as
    copy_function argument (see #​1235)

v5.10.0

Compare Source

Adds official support for Python 3.14. Last minor version before the 6.0 release.

Changes
  • the errno codes set in OSError have changed for some specific error conditions
    in Windows 11/Windows Server 2025; pyfakefs now matches this behavior
    instead of the previous behavior under Windows 10
  • added official support for Python 3.14
Enhancements
  • added support for os.readinto in Python 3.14
  • added support for pathlib.copy and pathlib.copy_into in Python 3.14
Fixes
  • fixes patching of Debian-specific tempfile in Python 3.13 (see #​1214)

v5.9.3

Compare Source

Fixes a utility method.

Changes
  • a warning is now issued if trying to create a nested fake filesystem with custom arguments
    (custom arguments are ignored in this case, as the existing fake filesystem is used)
Fixes
  • fixed fake_filesystem.add_package_metadata that had never worked correctly
    (see #​1205)
Infrastructure
  • updated the package build-system minimum version to setuptools v61.2 and higher

v5.9.2

Compare Source

Fixes interaction with pytest.

Fixes
  • fixed an interaction problem of fs with other pytest fixtures (see #​1200)
Infrastructure
  • fixed some warnings in tests (see #​1190)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

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

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency pyfakefs to v5.9.2 chore(deps): update dependency pyfakefs to v5.9.3 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from 6257614 to 356122f Compare August 31, 2025 10:00
@renovate renovate bot changed the title chore(deps): update dependency pyfakefs to v5.9.3 chore(deps): update dependency pyfakefs to v5.10.0 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from 356122f to a1d9408 Compare October 11, 2025 09:46
@renovate renovate bot changed the title chore(deps): update dependency pyfakefs to v5.10.0 chore(deps): update dependency pyfakefs to v5.10.1 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from a1d9408 to 429a580 Compare October 27, 2025 21:40
@renovate renovate bot changed the title chore(deps): update dependency pyfakefs to v5.10.1 chore(deps): update dependency pyfakefs to v5.10.2 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/pyfakefs-5.x branch from 429a580 to 103f4e0 Compare November 4, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant