Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

Bumps pyfakefs from 5.7.4 to 5.8.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.8.0

  • added preliminary support for Python 3.14
  • changed behavior of FakeFilesystem.get_object() to ignore permissions as before
  • fixed a regression in version 5.7.3 that could break tests under Posix in Python 3.12
  • fixed a few other issues
Changelog

Sourced from pyfakefs's changelog.

Version 5.8.0 (2025-03-11)

Adds preliminary support for Python 3.14.

Changes

  • added some preliminary support for Python 3.14
  • change behavior of FakeFilesystem.get_object() to ignore permissions as it has been before version 5.4.0 (see #1122)

Fixes

  • fixed a problem with flushing if writing over the buffer end (see #1120)
  • fixed a regression that could break tests under Posix in Python 3.12 (see #1126)
  • fixed behavior for os.access for symlinks under Windows
  • fixed permission problem on querying file properties (see #1122)
  • fixed patching in pytest setup phase for module and session-scoped fs fixtures (see #1126)

Documentation

  • use a theme for documentation supporting dark mode
Commits
  • 5b9c686 Release 5.8.0
  • c3f4fff [pre-commit.ci] pre-commit autoupdate
  • e9969a3 Fix patching in pytest setup phase
  • 3d488c8 Use furo theme for documentation
  • 07e3611 Ignore permissions in FakeFilesystem.get_object()
  • ba6d191 [pre-commit.ci] pre-commit autoupdate
  • ef6c1ea Fix os.access behavior for symlinks under Windows
  • 1ef84cf Only patch linecache in 3.12 for Windows
  • 23db235 [pre-commit.ci] pre-commit autoupdate
  • cd7d62c Adapt to Python 3.14 alpha 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.7.4 to 5.8.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.7.4...v5.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Mar 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2025

Assignees

The following users could not be added as assignees: ansys/pymapdl-maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner March 14, 2025 00:45
@dependabot dependabot bot requested review from germa89 and pyansys-ci-bot March 14, 2025 00:45
@germa89 germa89 merged commit 9f5e4e9 into main Mar 14, 2025
52 checks passed
@germa89 germa89 deleted the dependabot/pip/pyfakefs-5.8.0 branch March 14, 2025 12:54
@codecov
Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.41%. Comparing base (ebcb5b2) to head (3e5194d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3800      +/-   ##
==========================================
+ Coverage   88.36%   88.41%   +0.04%     
==========================================
  Files         187      187              
  Lines       14742    14742              
==========================================
+ Hits        13027    13034       +7     
+ Misses       1715     1708       -7     
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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