[PR #109] [MERGED] Bump pyfakefs from 5.7.4 to 5.8.0 #109

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

📋 Pull Request Information

Original PR: https://github.com/soham2008xyz/Spotify-Downloader/pull/109
Author: @dependabot[bot]
Created: 3/17/2025
Status: Merged
Merged: 3/18/2025
Merged by: @soham2008xyz

Base: remakeHead: dependabot/pip/pyfakefs-5.8.0


📝 Commits (1)

  • b29f300 Bump pyfakefs from 5.7.4 to 5.8.0

📊 Changes

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

View changed files

📝 poetry.lock (+3 -3)

📄 Description

Bumps pyfakefs from 5.7.4 to 5.8.0.

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 5.8.0

  • added preliminary support for Python 3.14
  • changed behavior of FakeFilesystem.get_object() to ignore permissions as before
  • fixed a regression in version 5.7.3 that could break tests under Posix in Python 3.12
  • fixed a few other issues
Changelog

Sourced from pyfakefs's changelog.

Version 5.8.0 (2025-03-11)

Adds preliminary support for Python 3.14.

Changes

  • added some preliminary support for Python 3.14
  • change behavior of FakeFilesystem.get_object() to ignore permissions as it has been before version 5.4.0 (see #1122)

Fixes

  • fixed a problem with flushing if writing over the buffer end (see #1120)
  • fixed a regression that could break tests under Posix in Python 3.12 (see #1126)
  • fixed behavior for os.access for symlinks under Windows
  • fixed permission problem on querying file properties (see #1122)
  • fixed patching in pytest setup phase for module and session-scoped fs fixtures (see #1126)

Documentation

  • use a theme for documentation supporting dark mode
Commits
  • 5b9c686 Release 5.8.0
  • c3f4fff [pre-commit.ci] pre-commit autoupdate
  • e9969a3 Fix patching in pytest setup phase
  • 3d488c8 Use furo theme for documentation
  • 07e3611 Ignore permissions in FakeFilesystem.get_object()
  • ba6d191 [pre-commit.ci] pre-commit autoupdate
  • ef6c1ea Fix os.access behavior for symlinks under Windows
  • 1ef84cf Only patch linecache in 3.12 for Windows
  • 23db235 [pre-commit.ci] pre-commit autoupdate
  • cd7d62c Adapt to Python 3.14 alpha 5
  • 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/109 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@soham2008xyz](https://github.com/soham2008xyz) **Base:** `remake` ← **Head:** `dependabot/pip/pyfakefs-5.8.0` --- ### 📝 Commits (1) - [`b29f300`](https://github.com/soham2008xyz/Spotify-Downloader/commit/b29f300650b98c0ece2d4f8c8370edf5cd095c79) Bump pyfakefs from 5.7.4 to 5.8.0 ### 📊 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.4 to 5.8.0. <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.8.0</h2> <ul> <li>added preliminary support for Python 3.14</li> <li>changed behavior of <code>FakeFilesystem.get_object()</code> to ignore permissions as before</li> <li>fixed a regression in version 5.7.3 that could break tests under Posix in Python 3.12</li> <li>fixed a few other issues</li> </ul> </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.8.0">Version 5.8.0</a> (2025-03-11)</h2> <p>Adds preliminary support for Python 3.14.</p> <h3>Changes</h3> <ul> <li>added some preliminary support for Python 3.14</li> <li>change behavior of <code>FakeFilesystem.get_object()</code> to ignore permissions as it has been before version 5.4.0 (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1122">#1122</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>fixed a problem with flushing if writing over the buffer end (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1120">#1120</a>)</li> <li>fixed a regression that could break tests under Posix in Python 3.12 (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1126">#1126</a>)</li> <li>fixed behavior for <code>os.access</code> for symlinks under Windows</li> <li>fixed permission problem on querying file properties (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1122">#1122</a>)</li> <li>fixed patching in pytest setup phase for module and session-scoped fs fixtures (see <a href="https://redirect.github.com/pytest-dev/pyfakefs/issues/1126">#1126</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>use a theme for documentation supporting dark mode</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/5b9c6868059e4add80d6292065d2bca7a062db6c"><code>5b9c686</code></a> Release 5.8.0</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/c3f4fff73aef32da45c180b00a8f1ea785b333d9"><code>c3f4fff</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/e9969a3ac57be75d93fc7367d3c579e57cad42c2"><code>e9969a3</code></a> Fix patching in pytest setup phase</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/3d488c8d7200b40ef615906fc1715a40a8834ed8"><code>3d488c8</code></a> Use furo theme for documentation</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/07e3611b8f864680f17eaab702804b652ebf6b4b"><code>07e3611</code></a> Ignore permissions in FakeFilesystem.get_object()</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/ba6d1913541ebd475f6e5c2f9d125c9b6449798b"><code>ba6d191</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/ef6c1ea606ebc40b1db6669e3afe278adeb42e94"><code>ef6c1ea</code></a> Fix os.access behavior for symlinks under Windows</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/1ef84cf34e18ee72468070217b6a022e7d22dd55"><code>1ef84cf</code></a> Only patch linecache in 3.12 for Windows</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/23db23558cb1a38fdc0fbc471d99434eeca9c747"><code>23db235</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pyfakefs/commit/cd7d62cbffd43b351ab0c811baf8a98d72c93691"><code>cd7d62c</code></a> Adapt to Python 3.14 alpha 5</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pyfakefs/compare/v5.7.4...v5.8.0">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.4&new-version=5.8.0)](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:55 +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#109
No description provided.