Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump pyfakefs from 3.7.2 to 5.7.3 #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps pyfakefs from 3.7.2 to 5.7.3.

Release notes

Sourced from pyfakefs's releases.

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.

pyfakefs release version 5.3.0

Adds official support for Python 3.12.

pyfakefs release version 5.2.4

Fixes a rare problem on pytest shutdown.

pyfakefs release version 5.2.3

Adds compatibility with PyPy 3.10 and Python 3.12.

... (truncated)

Changelog

Sourced from pyfakefs's changelog.

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 using importlib.import_module (see #1079)
  • added some support to avoid patching debugger related modules (see #1083)

Performance

  • avoid reloading tempfile in Posix systems

Infrastructure

Version 5.7.1 (2024-08-13)

Fixes a regression in version 5.7.0 that broke patching fcntl.

Fixes

  • fixes a regression that caused unfaked fcntl calls to fail (see #1074)

Version 5.7.0 (2024-08-10)

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

Performance

  • avoid reloading glob in Python 3.13

Fixes

... (truncated)

Commits
  • f921657 Release 5.7.3
  • 36d0efc Add workaround for pytest recursion (#1100)
  • b05ca15 [pre-commit.ci] pre-commit autoupdate
  • 30af65c Make test more reliable
  • a4df61d Make sure tempfile is patched after resume
  • f7db85c [pre-commit.ci] pre-commit autoupdate
  • b0d1086 Release 5.7.2
  • 93879f5 [pre-commit.ci] pre-commit autoupdate
  • bc74384 Add checks to avoid patching debugger modules
  • 64861d1 [pre-commit.ci] pre-commit autoupdate
  • 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.7.3.
- [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.7.3)

---
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 the dependencies Pull requests that update a dependency file label Dec 16, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants