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

Update dependency pyfakefs to v5.7.0 #1031

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Update dependency pyfakefs to v5.7.0 #1031

merged 1 commit into from
Oct 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

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

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.7.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from a team as a code owner October 8, 2024 18:15
@renovate renovate bot added the dependency Pull requests that update a dependency file label Oct 8, 2024
@simu simu merged commit fc4f62d into master Oct 9, 2024
19 checks passed
@simu simu deleted the renovate/pyfakefs-5.x branch October 9, 2024 07:19
@simu simu removed the dependency Pull requests that update a dependency file label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant