Skip to content

Update dependency pyfakefs to v6.2.0#1343

Merged
simu merged 1 commit intomasterfrom
renovate/pyfakefs-6.x
Apr 13, 2026
Merged

Update dependency pyfakefs to v6.2.0#1343
simu merged 1 commit intomasterfrom
renovate/pyfakefs-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 12, 2026

This PR contains the following updates:

Package Change Age Confidence
pyfakefs (changelog) 6.1.66.2.0 age confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs)

v6.2.0

Compare Source

Changes the MRO for file wrappers.

Changes
  • fake file wrappers now derive from io.TextIOBase or io.BufferedIOBase,
    so that isinstance-checks for these classes succeed
    (see #​1307
    and #​484)
Fixes
  • route some pseudo-devices to the system instead of patching them; this ensures
    that os.urandom and related functions work correctly with PyPy
    (see #​1300)
  • fake file seek method did not return the location in the file
    (see #​1304)
  • make sure case sensitivity is correctly set for fake posix paths
    in hash(), Path.match and Path.full_match
    (see #​1308)
Infrastructure
  • use newest pytest for testing in CI

Configuration

📅 Schedule: (UTC)

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

@renovate renovate bot added the dependency Pull requests that update a dependency file label Apr 12, 2026
@renovate renovate bot requested a review from a team as a code owner April 12, 2026 17:03
@renovate renovate bot force-pushed the renovate/pyfakefs-6.x branch from 890f0b4 to 024575f Compare April 13, 2026 04:43
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/pyfakefs-6.x branch from 024575f to dd8af51 Compare April 13, 2026 07:08
@simu simu merged commit ae7cae2 into master Apr 13, 2026
24 checks passed
@simu simu deleted the renovate/pyfakefs-6.x branch April 13, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant