seapagan / fastapi-template

Configurable template for a FastAPI application, with Authentication and User integration.
https://api-template.seapagan.net
MIT License
138 stars 10 forks source link

Bump pyfakefs from 5.6.0 to 5.7.1 #687

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 3 weeks ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps pyfakefs from 5.6.0 to 5.7.1.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.7.1

Fixes a regression in version 5.7.0 that broke patching fcntl.

pyfakefs release version 5.7.0

  • adds official Python 3.13 support
  • improves OS emulation behavior
  • better support for additional_skip_names
Changelog

Sourced from pyfakefs's changelog.

Version 5.7.1 (2024-08-13)

Fixes a regression in version 5.7.0 that broke patching fcntl.

Fixes

  • fixes a regression that caused unfaked fcntl calls to fail (see #1074)

Version 5.7.0 (2024-08-10)

Adds official Python 3.13 support, improves OS emulation behavior.

Changes

  • officially support Python 3.13

Enhancements

  • the additional_skip_names parameter now works with more modules (see #1023)
  • added support for os.fchmod, allow file descriptor argument for os.chmod only for POSIX for Python < 3.13

Performance

  • avoid reloading glob in Python 3.13

Fixes

  • removing files while iterating over scandir results is now possible (see #1051)
  • fake pathlib.PosixPath and pathlib.WindowsPath now behave more like in the real filesystem (see #1053)
  • PurePosixPath reported Windows reserved names as reserved in Python >= 3.12 (see #1067)
  • PurePosixPath.joinpath() incorrectly handled paths with drives under Windows in Python >= 3.12 (see #1070)
Commits
  • 682a75f Release 5.7.1
  • 305ed2e Forward unfaked fcntl calls to real module
  • 16f60b8 Update pre-commit from 4.0.0 to 4.0.1
  • baeccd1 Release 5.7.0
  • 68c0a42 Fix PurePosixPath.joinpath under Windows
  • ed752e0 Patch is_reserved for Windows/PosixPurePath
  • 24808e4 Add specific tests for PurePosixPath and PureWindowsPath
  • 8472236 [pre-commit.ci] pre-commit autoupdate
  • 800c88d Add Python 3.13 to supported versions
  • b9d7b1d Update pre-commit from 3.8.0 to 4.0.0
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codacy-production[bot] commented 3 weeks ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.11% (target: -1.00%) :white_check_mark:
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (449412a8652e714d2258eec0a793e8b514abc9c0) | 910 | 902 | 99.12% | | | Head commit (8981b3b96fb4f39be1445ecb18d46a9b4b38a371) | 910 (+0) | 903 (+1) | 99.23% (**+0.11%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#687) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

dependabot[bot] commented 1 day ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.