Skip to content

chore(deps-dev): bump pyfakefs from 3.7.2 to 5.8.0#114

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pyfakefs-5.8.0
Open

chore(deps-dev): bump pyfakefs from 3.7.2 to 5.8.0#114
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pyfakefs-5.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps pyfakefs from 3.7.2 to 5.8.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.8.0

  • added preliminary support for Python 3.14
  • changed behavior of FakeFilesystem.get_object() to ignore permissions as before
  • fixed a regression in version 5.7.3 that could break tests under Posix in Python 3.12
  • fixed a few other issues

pyfakefs release version 5.7.4

Minor bugfix release.

pyfakefs release version 5.7.3

  • fixes a regression
  • adds workaround for recursion problem with pytest

pyfakefs release version 5.7.2

Fixes some problems with patching.

pyfakefs release version 5.7.1

Fixes a regression in version 5.7.0 that broke patching fcntl.

pyfakefs release version 5.7.0

  • adds official Python 3.13 support
  • improves OS emulation behavior
  • better support for additional_skip_names

pyfakefs release version 5.6.0

Adds preliminary support for Python 3.13.

pyfakefs release version 5.5.0

Deprecates the usage of the pathlib2 and scandir packages, minor bug fixes.

pyfakefs release version 5.4.1

Bugfix release - fixes a regression.

pyfakefs release version 5.4.0

Improves permission handling, fixes several issues.

pyfakefs release version 5.3.5

Fixes a regression.

pyfakefs release version 5.3.4

This is a bugfix release (replaces 5.3.3).

pyfakefs release version 5.3.3

This is a bugfix release.

pyfakefs release version 5.3.2

This is a bugfix release.

pyfakefs release version 5.3.1

This is mostly a bug-fixing release.

... (truncated)

Changelog

Sourced from pyfakefs's changelog.

Version 5.8.0 (2025-03-11)

Adds preliminary support for Python 3.14.

Changes

  • added some preliminary support for Python 3.14
  • change behavior of FakeFilesystem.get_object() to ignore permissions as it has been before version 5.4.0 (see #1122)

Fixes

  • fixed a problem with flushing if writing over the buffer end (see #1120)
  • fixed a regression that could break tests under Posix in Python 3.12 (see #1126)
  • fixed behavior for os.access for symlinks under Windows
  • fixed permission problem on querying file properties (see #1122)
  • fixed patching in pytest setup phase for module and session-scoped fs fixtures (see #1126)

Documentation

  • use a theme for documentation supporting dark mode

Version 5.7.4 (2025-01-14)

Minor bugfix release.

Fixes

  • fixed a problem with module and session scoped fixtures in Python 3.13 (see #1101)
  • fixed handling of cwd if set to a pathlib.Path (see #1108)
  • fixed documentation for cleanup handlers, added convenience handler reload_cleanup_handler (see #1105)

Version 5.7.3 (2024-12-15)

Fixes a regression in version 5.7.3.

Fixes

  • fixed a regression in version 5.7.2 that tempfile was not patched after pause/resume (POSIX only, see #1098)
  • added workaround for a recursion occurring if using pytest under Windows and Python >= 3.12 (see #1096)

Infrastructure

  • run pytest-specific tests for all supported Python versions
  • pytest is only supported for versions >= 6.2.5, earlier version do not work in Python >= 3.10 due to a pytest issue - adapted tests and documentation

Version 5.7.2 (2024-12-01)

Fixes some problems with patching.

Fixes

  • added some support for loading fake modules in AUTO patch mode

... (truncated)

Commits
  • 5b9c686 Release 5.8.0
  • c3f4fff [pre-commit.ci] pre-commit autoupdate
  • e9969a3 Fix patching in pytest setup phase
  • 3d488c8 Use furo theme for documentation
  • 07e3611 Ignore permissions in FakeFilesystem.get_object()
  • ba6d191 [pre-commit.ci] pre-commit autoupdate
  • ef6c1ea Fix os.access behavior for symlinks under Windows
  • 1ef84cf Only patch linecache in 3.12 for Windows
  • 23db235 [pre-commit.ci] pre-commit autoupdate
  • cd7d62c Adapt to Python 3.14 alpha 5
  • 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 3.7.2 to 5.8.0.
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v3.7.2...v5.8.0)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Mar 11, 2025
Copy link
Contributor

@ThrawnCA ThrawnCA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build is broken.

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.

1 participant