Skip to content

Bump pyfakefs from 5.8.0 to 5.9.2 - #879

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyfakefs-5.9.2
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyfakefs-5.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2025

Copy link
Copy Markdown
Contributor

Bumps pyfakefs from 5.8.0 to 5.9.2.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.9.2

This is a bugfix release. It fixes the interaction with pytest to avoid unwanted side-effects.

pyfakefs release version 5.9.1

This is a bugfix release:

  • fixes a regression in packaging in previous version (missing tests)
  • correct incomplete fix in previous version (not working in Python 3.9)
  • See the release notes for a list of changes.

pyfakefs release version 5.9.0

Adds support for an API change in latest Python patch releases. See the release notes for a list of changes.

Changelog

Sourced from pyfakefs's changelog.

Version 5.9.2 (2025-07-30)

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)

Version 5.9.1 (2025-06-23)

Fixes regression in packaging in version 5.9.0.

Fixes

  • fixed handling of added strict argument in Python 3.9.23
  • make sure test files are packaged (see #1186)

Version 5.9.0 (2025-06-21)

Adds support for an API change in latest Python patch releases.

Changes

  • the message from an OSError raised in the fake filesystem has no longer the postfix "in the fake filesystem" (see #1159)
  • changed implementation of FakeShutilModule to prepare it for usage without the patcher (see #1171)

Enhancements

  • added convenience function add_package_metadata to add the metadata of a given package to the fake filesystem (see #1155)

Fixes

  • fixed handling of dynamic imports from code in the fake filesystem in Python > 3.11 (see #1121)
  • fixed workaround for recursion with pytest under Windows to ignore capitalization of pytest executable (see #1096)
  • added missing mode property to fake file wrapper (see #1162)
  • fixed instantiation of a standalone FakePathlibModule for Python >= 3.11 (see #1169)
  • added support for new value "ALLOW_MISSING" of strict argument in os.path.realpath (introduced in latest patch version of Python >= 3.10, see #1180)

Infrastructure

  • adapt test for increased default buffer size in Python 3.14a6
  • replace session-scoped with module-scoped fixture in test, run pytest over all tests in docker containers (see #1151)
  • remove setup.py and setup.cfg in favor of pyproject.toml
Commits
  • f2daf3e Release 5.9.2
  • 9f38b89 Fix handling of pausing fs during reporting
  • 4ddc306 [pre-commit.ci] pre-commit autoupdate
  • c2c862f [pre-commit.ci] pre-commit autoupdate
  • 1c24d18 Update furo from 2024.8.6 to 2025.7.19
  • 98d9f96 [pre-commit.ci] pre-commit autoupdate
  • a0dbde5 Add chapter for pyfakefs alternatives to intro
  • e103357 [pre-commit.ci] pre-commit autoupdate
  • a15fe98 Update pandas from 2.3.0 to 2.3.1
  • 77344fd Add PyPi download badge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.8.0 to 5.9.2.
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.8.0...v5.9.2)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 31, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #886.

@dependabot dependabot Bot closed this Sep 2, 2025
@dependabot
dependabot Bot deleted the dependabot/pip/pyfakefs-5.9.2 branch September 2, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants