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

chore(deps): update dependency pyfakefs to v5.2.0 #238

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyfakefs 5.1.0 -> 5.2.0 age adoption passing confidence

Release Notes

pytest-dev/pyfakefs

v5.2.0

Compare Source

Supports current Python 3.12 version (alpha 6). We plan to make patch releases in
case of breaking changes in alpha or beta versions.

Changes
  • Fake module classes previously defined in fake_filesystem have now moved to
    their own modules: fake_os.FakeOsModule, fake_path.FakePathModule,
    fake_io.FakeIoModule and fake_open.FakeFileOpen. Additionally, all fake file
    classes have been moved to fake_file. While most of the changes shall be upwards
    compatible, we cannot exclude that we missed some problems.
  • Under macOS, at test start a symlink /tmp to the actual temporary directory is
    now created in the fake filesystem.
  • Patching of parsers for pandas >= 1.2 is removed since pandas now uses Python fs functions
    internally even when the engine selected is "c".
Features
  • added possibility to set a path inaccessible under Windows by using chown() with
    the force_unix_mode flag (see #​720)
  • added support for current Python 3.12 version (alpha 6)
  • added support for os.path.splitroot (new in Python 3.12)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 31, 2023
@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #238 (f3c2731) into main (8eabed6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #238   +/-   ##
=======================================
  Coverage   96.66%   96.66%           
=======================================
  Files          11       11           
  Lines         240      240           
  Branches       15       15           
=======================================
  Hits          232      232           
  Misses          8        8           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot temporarily deployed to release March 31, 2023 18:51 Inactive
@renovate renovate bot merged commit 1dd4336 into main Mar 31, 2023
@renovate renovate bot deleted the renovate/pyfakefs-5.x-lockfile branch March 31, 2023 20:28
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.

0 participants