Skip to content

Commit 392a769

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 11 updates
Bumps the python-packages group with 11 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.1` | `2.13.3` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.13.1` | `2.14.0` | | [cachetools](https://github.com/tkem/cachetools) | `7.0.5` | `7.0.6` | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.0` | `0.136.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.44.0` | `0.46.0` | | [faker](https://github.com/joke2k/faker) | `40.13.0` | `40.15.0` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `4.0.1` | `4.1.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` | | [prek](https://github.com/j178/prek) | `0.3.9` | `0.3.10` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.11` | | [mypy](https://github.com/python/mypy) | `1.20.1` | `1.20.2` | Updates `pydantic` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.1...v2.13.3) Updates `pydantic-settings` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.0) Updates `cachetools` from 7.0.5 to 7.0.6 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.0.5...v7.0.6) Updates `fastapi` from 0.136.0 to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.0...0.136.1) Updates `uvicorn` from 0.44.0 to 0.46.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.44.0...0.46.0) Updates `faker` from 40.13.0 to 40.15.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.13.0...v40.15.0) Updates `pytest-randomly` from 4.0.1 to 4.1.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@4.0.1...4.1.0) Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.11...2.9.12) Updates `prek` from 0.3.9 to 0.3.10 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.9...v0.3.10) Updates `ruff` from 0.15.10 to 0.15.11 - [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.10...0.15.11) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pydantic-settings dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: cachetools dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-version: 40.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: prek dependency-version: 0.3.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f479dba commit 392a769

2 files changed

Lines changed: 210 additions & 206 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords = ["Lineage", "FastAPI", "REST", "FastStream"]
3232
requires-python = ">=3.12"
3333
dependencies = [
3434
"pydantic>=2.12.5,<2.14.0",
35-
"pydantic-settings~=2.13.1",
35+
"pydantic-settings>=2.13.1,<2.15.0",
3636
"typing-extensions~=4.15.0",
3737
"alembic~=1.18.3",
3838
"sqlalchemy~=2.0.44",
@@ -68,7 +68,7 @@ server = [
6868
"fastapi>=0.135.2,<0.137.0",
6969
# starlette 1.0.0 break cookies
7070
"starlette<1.0",
71-
"uvicorn>=0.42,<0.45",
71+
"uvicorn>=0.42,<0.47",
7272
"starlette-exporter~=0.23.0",
7373
"asgi-correlation-id~=4.3.4",
7474
"pyjwt~=2.12.1",
@@ -84,7 +84,7 @@ http2kafka = [
8484
"fastapi>=0.135.2,<0.137.0",
8585
# starlette 1.0.0 break cookies
8686
"starlette<1.0",
87-
"uvicorn>=0.42,<0.45",
87+
"uvicorn>=0.42,<0.47",
8888
"starlette-exporter~=0.23.0",
8989
"asgi-correlation-id~=4.3.4",
9090
"faststream[kafka,cli]~=0.6.5",
@@ -97,15 +97,15 @@ gssapi = [
9797
"gssapi~=1.11.1",
9898
]
9999
seed = [
100-
"faker>=40.11.1,<40.14.0"
100+
"faker>=40.11.1,<40.16.0"
101101
]
102102

103103
[dependency-groups]
104104
test = [
105105
"pytest~=9.0.1",
106106
"httpx~=0.28.1",
107107
"pytest-asyncio~=1.3.0",
108-
"pytest-randomly~=4.0.0",
108+
"pytest-randomly>=4.0,<4.2",
109109
"pytest-deadfixtures~=3.1.0",
110110
"pytest-rerunfailures~=16.1",
111111
"coverage~=7.13.2",

0 commit comments

Comments
 (0)