Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyfakefs from 4.6.3 to 4.7.0 #384

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps pyfakefs from 4.6.3 to 4.7.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 4.7.0

Changed handling of nested fixtures and bug fixes

Changelog

Sourced from pyfakefs's changelog.

Version 4.7.0 (2022-09-18)

Changed handling of nested fixtures and bug fixes.

Changes

  • fs fixtures cannot be nested; any nested fs fixture (for example inside an fs_session or fs_module fixture) will just reference the outer fixture (the behavior had been unexpected before)

Fixes

  • reverted a performance optimization introduced in version 3.3.0 that caused hanging tests with installed torch (see #693)
  • do not use the build-in opener in pathlib as it may cause problems (see #697)
  • add support for path-like objects in shutil.disk_usage (see #699)
  • do not advertise support for Python 3.6 in setup.py (see #707)
  • return the expected type from fcntl.ioctl and fcntl.fcntl calls if arg is of type byte; the call itself does nothing as before
  • do not skip filesystem modules by name to allow using own modules with the same name (see #707)
  • add missing support for os.renames (see #714)
Commits
  • 2aa8cc4 Release 4.7.0
  • 596d3fe Minor changes in troubleshooting documentation
  • c5b72f7 Add documentation for handling openpyxl
  • 94c1b86 Add missing support for os.renames
  • 905d337 Use latest docker images for CentOS and Fedora
  • fc7f200 Do not skip filesystem modules by name
  • 6872f28 Update pandas to 1.4.4 (#709)
  • 34106ec Return the expected type from fcntl.ioctl and fcntl.fcntl
  • f0acbb6 Make sure to run all pytest specific tests
  • dceaad6 Do not allow nested fixtures
  • 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 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/jmcgeheeiv/pyfakefs) from 4.6.3 to 4.7.0.
- [Release notes](https://github.com/jmcgeheeiv/pyfakefs/releases)
- [Changelog](https://github.com/jmcgeheeiv/pyfakefs/blob/master/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v4.6.3...v4.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 19, 2022
@athackst athackst merged commit bf6d4f3 into main Sep 19, 2022
@athackst athackst deleted the dependabot/pip/pyfakefs-4.7.0 branch September 19, 2022 16:02
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant