Skip to content

Commit a9aaca2

Browse files
dependabot[bot]dolfinus
authored andcommitted
Bump the python-packages group with 8 updates
Bumps the python-packages group with 8 updates: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.48` | `2.0.49` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.22` | `0.0.24` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.42.0` | `0.44.0` | | [faker](https://github.com/joke2k/faker) | `40.12.0` | `40.13.0` | | [gevent](https://github.com/gevent/gevent) | `25.9.1` | `26.4.0` | | [respx](https://github.com/lundberg/respx) | `0.22.0` | `0.23.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.8` | `0.15.9` | | [types-jwcrypto](https://github.com/python/typeshed) | `1.5.0.20260402` | `1.5.7.20260409` | Updates `sqlalchemy` from 2.0.48 to 2.0.49 - [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 `python-multipart` from 0.0.22 to 0.0.24 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.22...0.0.24) Updates `uvicorn` from 0.42.0 to 0.44.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.42.0...0.44.0) Updates `faker` from 40.12.0 to 40.13.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.12.0...v40.13.0) Updates `gevent` from 25.9.1 to 26.4.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@25.9.1...26.4.0) 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 `ruff` from 0.15.8 to 0.15.9 - [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.8...0.15.9) Updates `types-jwcrypto` from 1.5.0.20260402 to 1.5.7.20260409 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: python-multipart dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 40.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: gevent dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: respx dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: types-jwcrypto dependency-version: 1.5.7.20260409 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b166df commit a9aaca2

File tree

2 files changed

+119
-120
lines changed

2 files changed

+119
-120
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ server = [
7070
"starlette<1.0",
7171
"starlette-exporter~=0.23.0",
7272
"python-multipart~=0.0.21",
73-
"uvicorn~=0.42.0",
73+
"uvicorn>=0.42,<0.45",
7474
"alembic~=1.18.1",
7575
"pyjwt>=2.11,<2.13",
7676
"asyncpg~=0.31",
@@ -103,8 +103,8 @@ test = [
103103
"pytest-lazy-fixtures~=1.4.0",
104104
"faker~=40.1",
105105
"coverage~=7.13.0",
106-
"gevent~=25.9.1",
107-
"respx~=0.22.0",
106+
"gevent>=25.9.1,<26.5.0",
107+
"respx>=0.22,<0.24",
108108
"dirty-equals~=0.11.0",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)