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

build(deps): update dependency pyfakefs to v5.6.0 (main) #669

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyfakefs ==5.4.1 -> ==5.6.0 age adoption passing confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.6.0

Compare Source

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.

v5.5.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Sep 28, 2024
@renovate renovate bot force-pushed the renovate/main-pyfakefs-5.x branch 4 times, most recently from 3d7117c to df564e2 Compare October 4, 2024 13:52
@renovate renovate bot force-pushed the renovate/main-pyfakefs-5.x branch from df564e2 to f1522ba Compare October 4, 2024 15:08
@lengau
Copy link
Contributor

lengau commented Oct 4, 2024

This fails due to: pytest-dev/pyfakefs#1065

@lengau lengau closed this Oct 4, 2024
Copy link
Contributor Author

renovate bot commented Oct 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==5.6.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/main-pyfakefs-5.x branch October 4, 2024 16:45
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.

1 participant