blawar / nut

GNU General Public License v3.0
1.09k stars 189 forks source link

Update pyfakefs requirement from ~=4.5.3 to ~=4.5.4 #401

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on pyfakefs to permit the latest version.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 4.5.4

Minor bugfix release.

Changelog

Sourced from pyfakefs's changelog.

Version 4.5.4 (2022-01-12)

Minor bugfix release.

Fixes

  • added missing mocked functions for fake pipe (see #650)
  • fixed some bytes warnings (see #651)

Version 4.5.3 (2021-11-08)

Reverts a change in the previous release that could cause a regression.

Changes

  • os.listdir, os.scandir and pathlib.Path.listdir now return the directory list in a random order only if explicitly configured in the file system (use fs.shuffle_listdir_results = True with fs being the file system). In a future version, the default may be changed to better reflect the real filesystem behavior (see #647)

Version 4.5.2 (2021-11-07)

This is a bugfix release.

Changes

  • os.listdir, os.scandir and pathlib.Path.listdir now return the directory list in a random order (see #638)
  • the fcntl module under Unix is now mocked, e.g. all functions have no effect (this may be changed in the future if needed, see #645)

Fixes

  • fixed handling of alternative path separator in os.path.split, os.path.splitdrive and glob.glob (see #632)
  • fixed handling of failed rename due to permission error (see #643)

Version 4.5.1 (2021-08-29)

This is a bugfix release.

Fixes

  • added handling of path-like where missing
  • improved handling of str/bytes paths
  • suppress all warnings while inspecting loaded modules (see #614)
  • do not import pandas and related modules if it is not patched (see #627)
  • handle pathlib.Path.owner() and pathlib.Path.group by returning the current user/group name (see #629)
  • fixed handling of use_known_patches=False (could cause an exception)
  • removed Python 3.5 from metadata to disable installation for that version (see #615)

... (truncated)

Commits


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)