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

Bump pyfakefs from 5.3.5 to 5.7.0 in /tools/deps #5327

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps pyfakefs from 5.3.5 to 5.7.0.

Release notes

Sourced from pyfakefs's releases.

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.

Changelog

Sourced from pyfakefs's changelog.

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
  • 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)

Version 5.6.0 (2024-07-12)

Adds preliminary Python 3.13 support.

Enhancements

  • added preliminary support for Python 3.13 (tested with beta2) (see #1017)
  • added apply_umask argument to FakeFilesystem.create_dir to allow ignoring the umask (see #1038)

Fixes

  • use real open calls for remaining pathlib functions so that it works nice with skippedmodules (see #1012)

Infrastructure

  • Add pyupgrade as a pre-commit hook.

Version 5.5.0 (2024-05-12)

Deprecates the usage of pathlib2 and scandir.

Changes

  • The usage of the pathlib2 and scandir modules in pyfakefs is now deprecated. They will now cause deprecation warnings if still used. Support for patching these modules will be removed in pyfakefs 6.0.
  • PureWindowsPath and PurePosixPath now use filesystem-independent path separators, and their path-parsing behaviors are now consistent regardless of runtime platform and/or faked filesystem customization (see #1006).

Fixes

  • fixed handling of Windows pathlib paths under POSIX and vice verse (see #1006)
  • correctly use real open calls in pathlib for skipped modules (see #1012)

Version 5.4.1 (2024-04-11)

... (truncated)

Commits
  • d4adcba Release 5.7.0
  • 68c0a42 Fix PurePosixPath.joinpath under Windows
  • ed752e0 Patch is_reserved for Windows/PosixPurePath
  • 24808e4 Add specific tests for PurePosixPath and PureWindowsPath
  • 8472236 [pre-commit.ci] pre-commit autoupdate
  • 800c88d Add Python 3.13 to supported versions
  • b9d7b1d Update pre-commit from 3.8.0 to 4.0.0
  • c60987c Optimization: only analyze traceback if needed
  • 956d7af [pre-commit.ci] pre-commit autoupdate
  • b23680e Avoid reloading glob in Python 3.13
  • 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.3.5 to 5.7.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@v5.3.5...v5.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

sourcery-ai bot commented Oct 9, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #5341.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/pip/tools/deps/pyfakefs-5.7.0 branch October 14, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant