Skip to content

build: bump pyfakefs from 6.0.0 to 6.1.1#4433

Merged
germa89 merged 2 commits intomainfrom
dependabot/pip/pyfakefs-6.1.1
Feb 20, 2026
Merged

build: bump pyfakefs from 6.0.0 to 6.1.1#4433
germa89 merged 2 commits intomainfrom
dependabot/pip/pyfakefs-6.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps pyfakefs from 6.0.0 to 6.1.1.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 6.1.1

  • fixes a packaging issue in latest version

pyfakefs release version 6.1.0

  • changes back-link references to weak references
  • minor bugfixes
  • see the release notes for a list of changes
Changelog

Sourced from pyfakefs's changelog.

Version 6.1.1 (2026-02-09)

Fixes a packaging issue in latest version.

Fixes

  • fixed packaging issue: tests had not been added to sdist (see #1278)

Version 6.1.0 (2026-02-06)

Changes back-link references to weak references.

Changes

  • added more support for PyPy 3
  • Caution: many back-link references have been replaced by weak references; this may have unwanted consequences (crashes) for some untested workflows

Infrastructure

  • added PyPy 3.11 to CI, added PyPy builds for all OSes
  • use only pyproject.toml for dependencies, moved tox configuration into pyproject.toml

Fixes

  • fixed a problem accessing size from a FakeFileWrapper object (see #1276)
  • fixed a problem with readable raising an error on a file object. (see #1265)
  • avoid memory accumulation in consecutive tests by using weak references (see #1267)
Commits
  • 5514a76 Release 6.1.1
  • fa2f91d Re-add tests to sdist package
  • bd589e1 Release 6.1.0
  • 7ca6745 Make FakeFileWrapper.size a property
  • ac6e70b [pre-commit.ci] pre-commit autoupdate
  • f81c397 Replace backlink refs with weakrefs
  • c395cfa [pre-commit.ci] pre-commit autoupdate
  • b49f7f0 Consolidate dependencies
  • 9f6d8bc 1265 iounsupportedoperation file is not open for reading on iotextiowrapper (...
  • 2487a3c [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 6.0.0 to 6.1.1.
- [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.0.0...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Feb 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2026 00:08
@dependabot dependabot bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Feb 20, 2026
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.02%. Comparing base (fc979b9) to head (0c49ae0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4433      +/-   ##
==========================================
- Coverage   91.08%   91.02%   -0.07%     
==========================================
  Files         196      196              
  Lines       16209    16209              
==========================================
- Hits        14764    14754      -10     
- Misses       1445     1455      +10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@germa89 germa89 merged commit 891e517 into main Feb 20, 2026
51 checks passed
@germa89 germa89 deleted the dependabot/pip/pyfakefs-6.1.1 branch February 20, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies maintenance General maintenance of the repo (libraries, cicd, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments