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): update dependency pyfakefs to v5.7.3 #1506

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyfakefs ==5.7.1 -> ==5.7.3 age adoption passing confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v5.7.3

Compare Source

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

v5.7.2

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

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.

0 participants