chore(deps): update dependency pyfakefs to v5.6.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pyfakefs | dependencies | minor |
5.5.0 -> 5.6.0
|
⚠ ️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
pytest-dev/pyfakefs (pyfakefs)
v5.6.0
Adds preliminary Python 3.13 support.
Enhancements
- added preliminary support for Python 3.13 (tested with beta2) (see #1017)
- added
apply_umask
argument toFakeFilesystem.create_dir
to allow ignoring the umask (see #1038)
Fixes
- use real open calls for remaining
pathlib
functions so that it works nice with skippedmodules (see #1012)
Infrastructure
- Add pyupgrade as a pre-commit hook.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.