chore(deps): bump the python group across 1 directory with 6 updates - #199
Merged
Lukas Malkmus (lukasmalkmus) merged 1 commit intoSep 21, 2026
Merged
Conversation
Contributor
|
Dependabot (@dependabot) rebase |
Bumps the python group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [dacite](https://github.com/konradhalas/dacite) | `1.8.1` | `1.9.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.4` | `0.16.8` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.1` | `16.7` | | [respx](https://github.com/lundberg/respx) | `0.22.0` | `0.23.1` | | [responses](https://github.com/getsentry/responses) | `0.25.3` | `0.26.3` | Updates `dacite` from 1.8.1 to 1.9.2 - [Release notes](https://github.com/konradhalas/dacite/releases) - [Changelog](https://github.com/konradhalas/dacite/blob/master/CHANGELOG.md) - [Commits](konradhalas/dacite@v1.8.1...v1.9.2) Updates `ruff` from 0.6.4 to 0.16.8 - [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.6.4...0.16.8) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `pytest-rerunfailures` from 16.1 to 16.7 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@16.1...16.7) Updates `respx` from 0.22.0 to 0.23.1 - [Release notes](https://github.com/lundberg/respx/releases) - [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md) - [Commits](lundberg/respx@0.22.0...0.23.1) Updates `responses` from 0.25.3 to 0.26.3 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.3...0.26.3) --- updated-dependencies: - dependency-name: dacite dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest-rerunfailures dependency-version: '16.7' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: responses dependency-version: 0.26.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: respx dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/python-b6425397ed
branch
from
September 21, 2026 16:40
732d71f to
9a56e1d
Compare
Lukas Malkmus (lukasmalkmus)
approved these changes
Sep 21, 2026
Lukas Malkmus (lukasmalkmus)
deleted the
dependabot/uv/python-b6425397ed
branch
September 21, 2026 16:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python group with 6 updates in the / directory:
1.8.11.9.20.6.40.16.81.3.01.4.016.116.70.22.00.23.10.25.30.26.3Updates
dacitefrom 1.8.1 to 1.9.2Release notes
Sourced from dacite's releases.
Changelog
Sourced from dacite's changelog.
Commits
c789de1Update CHANGELOG.mdb9c1b90Merge pull request #275 from avlonder/mastere75407dMerge branch 'master' into masterae4fd06Merge pull request #278 from konradhalas/bug/data-type-definitionc2a024eFix class Data(Protocol) types declaration996479ffix readonly args6e7f676Update versions and changelog71c365aMerge pull request #274 from konradhalas/bug/273-readonly-attributef3d9dd5Fix pylint errora7a822dFix tests for older Python versionsUpdates
rufffrom 0.6.4 to 0.16.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
62914c4Bump version to 0.16.8 (#28648)c47e0cd[ty] Bound aliased intersection expansion during inference (#28546)ff4747brenovate: update uv hashes correctly with setup-uv (#28621)94efeaa[ty] Compact reachable binding and declaration histories (#28349)50020fb[ty] Avoid storing constraint nodes twice (#28375)446bb68[ty] Compare bound-method receivers before signatures (#28384)304ab86[flake8-type-checking] Prefer lazy imports overTYPE_CHECKINGon 3.15+ (`...d940b24[ty] Watch script dependencies in CLI watch mode (#28125)fe9f065[flake8-tidy-imports] Addextend-banned-api(#28644)31131db[ty] Supporttype[A & B](#27124)Updates
pytest-asynciofrom 1.3.0 to 1.4.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.Updates
pytest-rerunfailuresfrom 16.1 to 16.7Changelog
Sourced from pytest-rerunfailures's changelog.
... (truncated)
Commits
fead4c6Preparing release 16.7ed62cfcShow each rerun attempt outcome in summary (#370)64687c9Add pytest.ini support for only_rerun (#369)1997015Preserve rerun status for teardown failures (#367)4220386Match only_rerun against wrapped exception causes (#364)87d81b2Keep nested pytester sessions isolated from pytest-randomly (#368)be14a6bAllow flaky conditions to inspect failure exceptions (#365)78561a5ci: test the free-threaded Python 3.14 build (#361)402afb4Fix bare exception class in only_rerun / rerun_except causing INTERNALERROR (...87a8b47Fix subtest reruns with structured NodeId keys (#363)Updates
respxfrom 0.22.0 to 0.23.1Release notes
Sourced from respx's releases.
Changelog
Sourced from respx's changelog.
Commits
fc8b43bRelease0.23.11da5d2fStrict detection ofANYin multi items patterns (#313)6f1bf70Bump checkout and python actions (#310)62aaeabRelease0.23.0d8edf3dAdjust badgesb3a193dAdd downloads badge to docs9961e9bHandle multiple routes usingMuitiItemspattern withANY(#289)e51c2a6Update Route.respond json type hint to Any to match HTTPX (#284)a499260Bump less-action/reusables from 8 to 10 (#282)7b44b51Update nix flake and mypy target (#306)Updates
responsesfrom 0.25.3 to 0.26.3Release notes
Sourced from responses's releases.
Changelog
Sourced from responses's changelog.
... (truncated)
Commits
cb13954release: 0.26.3f30df24Merge pull request #809 from golikovichev/fix/763-recorder-keep-headers5c074b9Add keep_headers to the recorder to preserve named default headers2827d43fix: type CallList as a sequence of calls (#807)2af69cbfix: compare opaque fragment identifiers verbatim (#806)da2c5d1fix: keep blank-valued query params significant in query_string_matcher (#804)983a497Merge branch 'release/0.26.2'31d28ebrelease: 0.26.26fb610dFix CHANGES (#802)aae1d47Set license format to SPDX identifier in setup.py (#803)