Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Bump pyfakefs from 4.4.0 to 4.5.0#49

Merged
haney merged 1 commit into
masterfrom
dependabot/pip/pyfakefs-4.5.0
Jul 27, 2021
Merged

Bump pyfakefs from 4.4.0 to 4.5.0#49
haney merged 1 commit into
masterfrom
dependabot/pip/pyfakefs-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2021

Copy link
Copy Markdown
Contributor

Bumps pyfakefs from 4.4.0 to 4.5.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 4.5.0

Adds some support for Python 3.10 and basic type checking.

Changelog

Sourced from pyfakefs's changelog.

Version 4.5.0 (2021-06-04)

Adds some support for Python 3.10 and basic type checking.

New Features

  • added support for some Python 3.10 features:
    • new method pathlib.Path.hardlink_to
    • new newline argument in pathlib.Path.write_text
    • new follow_symlinks argument in pathlib.Path.stat and pathlib.Path.chmod
    • new 'strict' argument in os.path.realpath

Changes

  • Python 3.5 has reached its end of life in September 2020 and is no longer supported
  • pathlib2 is still supported, but considered to have the same functionality as pathlib and is no longer tested separately; the previous behavior broke newer pathlib features if pathlib2 was installed (see #592)

Fixes

  • correctly handle byte paths in os.path.exists (see #595)
  • Update fake_pathlib to support changes coming in Python 3.10 (see
  • correctly handle UNC paths in os.path.split and in directory path evaluation (see #606)

Infrastructure

  • added mypy checks in CI (see #599)
Commits
  • fedc3eb Release 4.5.0
  • 87eaba8 Fix UNC path handling
  • 40e695e Remove support for Python 3.5
  • 8366384 Add mypy checks to CI
  • 86f34f3 Add type checking (#601)
  • 02cb1ee Add support for some Python 3.10 changes
  • a8a70bb Add support for Python 3.10 beta1 (#594)
  • 8ed31b7 Move docker tests to separate workflow
  • 53ef207 Fix handling of byte strings in some os.path functions
  • 05925ab Run GitHub actions on pull requests
  • 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.4.0 to 4.5.0.
- [Release notes](https://github.com/jmcgeheeiv/pyfakefs/releases)
- [Changelog](https://github.com/jmcgeheeiv/pyfakefs/blob/master/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v4.4.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2021
@haney haney merged commit c441729 into master Jul 27, 2021
@dependabot dependabot Bot deleted the dependabot/pip/pyfakefs-4.5.0 branch July 27, 2021 14:23
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant