[PR #92] [MERGED] Bump pyfakefs from 5.7.3 to 5.7.4 #93

Closed
opened 2026-02-28 14:55:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/soham2008xyz/Spotify-Downloader/pull/92
Author: @dependabot[bot]
Created: 1/20/2025
Status: Merged
Merged: 1/20/2025
Merged by: @soham2008xyz

Base: remakeHead: dependabot/pip/pyfakefs-5.7.4


📝 Commits (1)

  • c4b436a Bump pyfakefs from 5.7.3 to 5.7.4

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 poetry.lock (+3 -3)

📄 Description

Bumps pyfakefs from 5.7.3 to 5.7.4.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.7.4

Minor bugfix release.

Changelog

Sourced from pyfakefs's changelog.

Version 5.7.4 (2025-01-14)

Minor bugfix release.

Fixes

  • fixed a problem with module and session scoped fixtures in Python 3.13 (see #1101)
  • fixed handling of cwd if set to a pathlib.Path (see #1108)
  • fixed documentation for cleanup handlers, added convenience handler reload_cleanup_handler (see #1105)
Commits
  • ff139b2 Release 5.7.4
  • 04771e7 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • a3b9579 [pre-commit.ci] pre-commit autoupdate
  • 07cf826 Use supported Ubuntu version for Python 3.7
  • 07bd3f7 Fix documentation for cleanup handlers
  • 3852d0f Correctly handle setting cwd to a pathlib.Path
  • 023294a [pre-commit.ci] pre-commit autoupdate
  • 6ab490b Make sure that patching is correctly stopped
  • 6d0d3c6 Fix an error from mypy
  • ad1dd5f [pre-commit.ci] pre-commit autoupdate
  • 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 <dependency name> 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/soham2008xyz/Spotify-Downloader/pull/92 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@soham2008xyz](https://github.com/soham2008xyz) **Base:** `remake` ← **Head:** `dependabot/pip/pyfakefs-5.7.4` --- ### 📝 Commits (1) - [`c4b436a`](https://github.com/soham2008xyz/Spotify-Downloader/commit/c4b436ad61ef7ad89c0d4490b7311cceded68aa9) Bump pyfakefs from 5.7.3 to 5.7.4 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+3 -3) </details> ### 📄 Description Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.7.3 to 5.7.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pyfakefs/releases">pyfakefs's releases</a>.</em></p> <blockquote> <h2>pyfakefs release version 5.7.4</h2> <p>Minor bugfix release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md">pyfakefs's changelog</a>.</em></p> <blockquote> <h2><a href="https://pypi.python.org/pypi/pyfakefs/5.7.4">Version 5.7.4</a> (2025-01-14)</h2> <p>Minor bugfix release.</p> <h3>Fixes</h3> <ul> <li>fixed a problem with module and session scoped fixtures in Python 3.13 (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1101">#1101</a>)</li> <li>fixed handling of <code>cwd</code> if set to a <code>pathlib.Path</code> (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1108">#1108</a>)</li> <li>fixed documentation for cleanup handlers, added convenience handler <code>reload_cleanup_handler</code> (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1105">#1105</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/ff139b2b4067974adfa111d80b5dce269799a494"><code>ff139b2</code></a> Release 5.7.4</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/04771e7f03978e155e5a678705e7e25f46e6c547"><code>04771e7</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/a3b9579f3eb57c6906558ff00021dc4d738dc14c"><code>a3b9579</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/07cf826204e46e378d3551c6e10bff83b2d963cb"><code>07cf826</code></a> Use supported Ubuntu version for Python 3.7</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/07bd3f799b309d2cbeecfad3ddf0784ce79d228d"><code>07bd3f7</code></a> Fix documentation for cleanup handlers</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/3852d0f9fd5dadcd1794d8c9320e3f0777bb53de"><code>3852d0f</code></a> Correctly handle setting cwd to a pathlib.Path</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/023294a8742e88870dd722c50151deb21b2b67eb"><code>023294a</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/6ab490b9c20a97b1352403b8ab03695822ae7ceb"><code>6ab490b</code></a> Make sure that patching is correctly stopped</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/6d0d3c62525ec409d736d2dc375a9b6eb395557f"><code>6d0d3c6</code></a> Fix an error from mypy</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/ad1dd5f34614f96d8be750d376b43daae56c2a50"><code>ad1dd5f</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pyfakefs/compare/v5.7.3...v5.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyfakefs&package-manager=pip&previous-version=5.7.3&new-version=5.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:55:51 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Spotify-Downloader-soham2008xyz#93
No description provided.