Bump the python-packages group with 8 updates - #425
Merged
Merged
Conversation
Bumps the python-packages group with 8 updates: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.52` | `2.0.54` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.4` | `0.53.0` | | [httpx2](https://github.com/pydantic/httpx2) | `2.12.0` | `2.13.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.6.1` | `16.7` | | [faker](https://github.com/joke2k/faker) | `40.38.0` | `40.39.0` | | [gevent](https://github.com/gevent/gevent) | `26.8.0` | `26.9.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.7` | `0.16.8` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `11.0.2` | `12.0.1` | Updates `sqlalchemy` from 2.0.52 to 2.0.54 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `uvicorn` from 0.52.4 to 0.53.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.52.4...0.53.0) Updates `httpx2` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.12.0...v2.13.0) Updates `pytest-rerunfailures` from 16.6.1 to 16.7 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@16.6.1...16.7) Updates `faker` from 40.38.0 to 40.39.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.38.0...v40.39.0) Updates `gevent` from 26.8.0 to 26.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@26.8.0...26.9.0) Updates `ruff` from 0.16.7 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.16.7...0.16.8) Updates `pymdown-extensions` from 11.0.2 to 12.0.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@11.0.2...12.0.1) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: httpx2 dependency-version: 2.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-rerunfailures dependency-version: '16.7' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 40.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: gevent dependency-version: 26.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pymdown-extensions dependency-version: 12.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
MTSOnGithub
enabled auto-merge (rebase)
September 24, 2026 05:18
MTSOnGithub
approved these changes
Sep 24, 2026
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-packages group with 8 updates:
2.0.522.0.540.52.40.53.02.12.02.13.016.6.116.740.38.040.39.026.8.026.9.00.16.70.16.811.0.212.0.1Updates
sqlalchemyfrom 2.0.52 to 2.0.54Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
uvicornfrom 0.52.4 to 0.53.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
421708fVersion 0.53.0 (#3136)f1a1bffUnset the keep-alive timer when upgrading to WebSocket (#3107)63971edDocument HTTP/2 support (#3130)7d1a005Remove race from multiprocess health check test (#3128)5ac6265Add ::1 to FORWARDED_ALLOW_IPS (#3119)098b206Remove timing race from SIGHUP supervisor test (#3127)968f15echore(deps): bump the github-actions group with 4 updates (#3113)7d4c08cchore(deps): bump the python-packages group across 1 directory with 11 update...fe528a4Require explicit opt-in for zttp HTTP/2 (#3101)fa324a4chore(deps-dev): bump httpx2 from 2.10.0 to 2.12.0 (#3121)Updates
httpx2from 2.12.0 to 2.13.0Release notes
Sourced from httpx2's releases.
Changelog
Sourced from httpx2's changelog.
Commits
f295185Prepare version 2.13.0 (#1208)8f215b5Use portable links in API docstrings (#1202)36d636aGrouphttpx2.__all__exports by source module (#1188)f1064aaBump the python-packages group across 1 directory with 11 updates (#1179)bc27137Update uv-dynamic-versioning requirement from >=0.14.0 to >=0.14.1 (#1180)62e0827Restore--no-verifyCLI flag (#1186)c9b1d33Replace--no-verifyflag with--verify(#1140)e3a87b1ConvertTimeoutandLimitsto dataclasses (#1167)4c02c4bFixed a grammatical mistake. (#1154)Updates
pytest-rerunfailuresfrom 16.6.1 to 16.7Changelog
Sourced from pytest-rerunfailures's changelog.
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
fakerfrom 40.38.0 to 40.39.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
328b648Bump version: 40.38.0 → 40.39.0eb2db2d📝 Update CHANGELOG.md3648583fix(no_NO): compute Norwegian MOD11 check digit so iban() passes stdnum valid...Updates
geventfrom 26.8.0 to 26.9.0Commits
003c77aPreparing release 26.9.0725ecc3Merge pull request #2209 from bojanz/issue2207-resolve-result-on-setup-failurea5b68e8Adjust the ThreadPool after an unexpected worker exit67a7256Resolve the ThreadResult when worker task setup failsa3b307bAdd change note for #2211 / #2039 [skip ci]b0ec8d3Merge pull request #2211 from afonsojanu/fix/subprocess-stdin-mode-missing-bi...29b0030Merge pull request #2210 from Shivakarthikeya23/issue-194647ea41cMerge pull request #2208 from bojanz/issue2206-skip-missing-hooks0ee0c83Report the full binary mode string from FileObjectPosix3f3dc57Fix AsyncResult accumulating traceback frames on repeated get()Updates
rufffrom 0.16.7 to 0.16.8Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
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
pymdown-extensionsfrom 11.0.2 to 12.0.1Release notes
Sourced from pymdown-extensions's releases.
Commits
0e0060dUpdate changelog136d324Add test for a fixed case in previous commit8087e9bReduce duplicate code and simplify space accounting in Tilde and Caretb613e7fMore grammar fixesddcbb1dFix grammar977b0d4Add note about performance5912137Update changelogada9f76Docs: Update JS depsecd3106Update development documentationbc78aebUse hatch (#2958)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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