Skip to content

chore(deps-dev): bump pyfakefs from 6.1.6 to 6.2.0#174

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/pyfakefs-6.2.0
Open

chore(deps-dev): bump pyfakefs from 6.1.6 to 6.2.0#174
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/pyfakefs-6.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps pyfakefs from 6.1.6 to 6.2.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 6.2.0

  • changes the MRO for file wrappers
  • minor bugfixes
  • see the release notes for a list of changes
Changelog

Sourced from pyfakefs's changelog.

Version 6.2.0 (2026-04-12)

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
Commits
  • b3be3a3 Release 6.2.0
  • e244b17 Use newest pytest version 9.0.3 for tests
  • e2b4fd4 Fake file wrappers now derive from io.Base classes
  • 3fe24c5 Fix handling of case-sensitivity for fake posixpath
  • 57e5a40 [pre-commit.ci] pre-commit autoupdate
  • fe31684 fix(FakeFileWrapper): correctly return the location in the file from seek (#1...
  • 36e441a [pre-commit.ci] pre-commit autoupdate
  • 4287b24 [pre-commit.ci] pre-commit autoupdate
  • d2301f5 Route some pseudo-devices to the system
  • 8db2c67 Release 6.1.6
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 20, 2026
@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq Bot commented Apr 20, 2026

Merging this PR will not alter performance

✅ 15 untouched benchmarks


Comparing dependabot/uv/pyfakefs-6.2.0 (0b00b72) with main (77892d7)

Open in CodSpeed

@dependabot dependabot Bot force-pushed the dependabot/uv/pyfakefs-6.2.0 branch 3 times, most recently from 2b24379 to f7ee403 Compare April 23, 2026 02:06
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 6.1.6 to 6.2.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@v6.1.6...v6.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/pyfakefs-6.2.0 branch from f7ee403 to 0b00b72 Compare April 24, 2026 01:44
@github-actions
Copy link
Copy Markdown
Contributor

Wily: No changes in complexity detected.

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants