Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2026

Bumps pyfakefs from 5.10.2 to 6.0.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 6.0.0

  • removes some deprecated functionality
  • removes support for Python < 3.10
  • see the release notes for a list of changes
Changelog

Sourced from pyfakefs's changelog.

Version 6.0.0 (2025-12-21)

Removes some deprecated functionality, removes support for Python < 3.10.

Breaking Changes

  • removed support for Python versions < 3.10; patch releases based on pyfakefs 5.10 supporting older versions may be made on demand
  • removed support for patching legacy modules scandir and pathlib2
  • changed the default for FakeFilesystem.shuffle_listdir_results to True to reflect the real filesystem behavior

Changes

  • added some support for Python 3.15a3

Fixes

  • fixes a problem with Path type hints using the pipe symbol in wrapped functions inside an fs dependent fixture (see #1242)
  • fixes problem with new coverage in Python 3.14 using the fake filesystem (see #1245)

Documentation

  • added project information to documentation pages

Infrastructure

  • added CI tests for Python 3.15
Commits
  • fe83300 Release 6.0.0
  • 326eaa3 Pin myst-parser to latest version 4.0.1
  • ff7d908 Add project info to documentation
  • 42ad731 Adapt to changes in Python 3.15a3
  • 7613b9f Add CI tests for Python 3.15
  • 4a4dea8 Make old, deprecated "import py" optional (#1257)
  • f0794ee Update furo from 2025.7.19 to 2025.12.19
  • 09a1283 Update pre-commit from 4.5.0 to 4.5.1
  • 57e6dfe [pre-commit.ci] pre-commit autoupdate
  • 722ab00 Bump actions/cache from 4 to 5
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5.10.2 to 6.0.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@v5.10.2...v6.0.0)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Jan 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 2, 2026 00:02
@dependabot dependabot bot requested review from clatapie and germa89 January 2, 2026 00:02
@dependabot dependabot bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Jan 2, 2026
@github-actions github-actions bot added examples Publishing PyMAPDL examples documentation Documentation related (improving, adding, etc) labels Jan 2, 2026
@germa89
Copy link
Collaborator

germa89 commented Jan 2, 2026

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@germa89 germa89 enabled auto-merge (squash) January 2, 2026 14:39
@github-actions github-actions bot removed examples Publishing PyMAPDL examples documentation Documentation related (improving, adding, etc) labels Jan 2, 2026
@codecov
Copy link

codecov bot commented Jan 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.26%. Comparing base (d693446) to head (7c1f08e).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4352      +/-   ##
==========================================
- Coverage   91.32%   91.26%   -0.06%     
==========================================
  Files         195      196       +1     
  Lines       15969    15977       +8     
==========================================
- Hits        14584    14582       -2     
- Misses       1385     1395      +10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@germa89 germa89 merged commit 3e5f655 into main Jan 2, 2026
86 of 87 checks passed
@germa89 germa89 deleted the dependabot/pip/pyfakefs-6.0.0 branch January 2, 2026 16:04
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