Skip to content

Comments

deps(deps-dev): bump the python-development group with 3 updates#217

Merged
d3rky merged 1 commit intomainfrom
dependabot/uv/python-development-7be2f37573
Feb 23, 2026
Merged

deps(deps-dev): bump the python-development group with 3 updates#217
d3rky merged 1 commit intomainfrom
dependabot/uv/python-development-7be2f37573

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the python-development group with 3 updates: pyfakefs, responses and ruff.

Updates pyfakefs from 6.1.1 to 6.1.2

Release notes

Sourced from pyfakefs's releases.

pyfakefs release version 6.1.2

Fixes a regression caused by the introduced weak references.

Changelog

Sourced from pyfakefs's changelog.

Version 6.1.2 (2026-02-22)

Fixes a regression caused by the introduced weakrefs.

Fixes

  • do not use weakrefs for filesystem objects in fake modules (see #1284)
Commits
  • 9dd9295 Release 6.1.2
  • 2b05486 Add troubleshooting doc for large memory use
  • 5345b75 Do not use weakrefs for fs objects in fake modules
  • See full diff in compare view

Updates responses from 0.25.8 to 0.26.0

Release notes

Sourced from responses's releases.

0.26.0

  • When using assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.
  • Consider the Retry-After header when handling retries
Changelog

Sourced from responses's changelog.

0.26.0

  • When using assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.
  • Consider the Retry-After header when handling retries
Commits
  • 94913d0 release: 0.26.0
  • 051b79e Make assert_all_requests_are_fired always assert on exception (#782)
  • 0905cb8 Fix query_param_matcher not matching empty query parameter values (#787)
  • e0c6faa ci(release): Switch from action-prepare-release to Craft (#785)
  • 1be3a73 fix: Consider the Retry-After header when handling retries (#784)
  • c6730fb Merge branch 'release/0.25.8'
  • See full diff in compare view

Updates ruff from 0.15.1 to 0.15.2

Release notes

Sourced from ruff's releases.

0.15.2

Release Notes

Released on 2026-02-19.

Preview features

Bug fixes

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.2

Released on 2026-02-19.

Preview features

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2026 08:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 23, 2026
@dependabot dependabot bot requested review from jentyk and robcsegal February 23, 2026 08:23
@d3rky d3rky force-pushed the dependabot/uv/python-development-7be2f37573 branch from 59fccc6 to d92a826 Compare February 23, 2026 09:02
Bumps the python-development group with 3 updates: [pyfakefs](https://github.com/pytest-dev/pyfakefs), [responses](https://github.com/getsentry/responses) and [ruff](https://github.com/astral-sh/ruff).

Updates `pyfakefs` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/v6.1.2/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v6.1.1...v6.1.2)

Updates `responses` from 0.25.8 to 0.26.0
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.8...0.26.0)

Updates `ruff` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.1...0.15.2)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-development
- dependency-name: responses
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-development
- dependency-name: ruff
  dependency-version: 0.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@d3rky d3rky force-pushed the dependabot/uv/python-development-7be2f37573 branch from d92a826 to 3ea6489 Compare February 23, 2026 09:04
@sonarqubecloud
Copy link

@d3rky d3rky merged commit a94e68d into main Feb 23, 2026
3 checks passed
@d3rky d3rky deleted the dependabot/uv/python-development-7be2f37573 branch February 23, 2026 09:06
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant