Skip to content

Commit 10a5dbb

Browse files
Bump the python-packages group with 9 updates (#428)
Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.120.4` | `0.123.0` | | [logfire[fastapi]](https://github.com/pydantic/logfire) | `4.14.2` | `4.15.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.3` | `2.12.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.11.0` | `2.12.0` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `2.43.0` | `2.46.0` | | [starlette](https://github.com/Kludex/starlette) | `0.49.2` | `0.50.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.2.0` | `1.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.3` | `0.14.7` | Updates `fastapi` from 0.120.4 to 0.123.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.120.4...0.123.0) Updates `logfire[fastapi]` from 4.14.2 to 4.15.1 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v4.14.2...v4.15.1) Updates `pydantic` from 2.12.3 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.3...v2.12.5) Updates `pydantic-settings` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.11.0...v2.12.0) Updates `sentry-sdk[fastapi]` from 2.43.0 to 2.46.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.43.0...2.46.0) Updates `starlette` from 0.49.2 to 0.50.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.49.2...0.50.0) Updates `pytest` from 8.4.2 to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.1) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) Updates `ruff` from 0.14.3 to 0.14.7 - [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.14.3...0.14.7) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.123.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: logfire[fastapi] dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sentry-sdk[fastapi] dependency-version: 2.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83d24fb commit 10a5dbb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tcintercom/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiofiles==25.1.0
22
aioredis==2.0.1
33
arq==0.26.3
4-
fastapi==0.120.4
4+
fastapi==0.123.0
55
httpx==0.28.1
6-
logfire[fastapi]==4.14.2
7-
pydantic==2.12.3
8-
pydantic-settings==2.11.0
6+
logfire[fastapi]==4.15.1
7+
pydantic==2.12.5
8+
pydantic-settings==2.12.0
99
PyJWT==2.10.1
1010
requests==2.32.5
11-
sentry-sdk[fastapi]==2.43.0
12-
starlette==0.49.2
11+
sentry-sdk[fastapi]==2.46.0
12+
starlette==0.50.0
1313
uvicorn==0.38.0

tests/requirements.test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flake8==7.3.0
22
isort==7.0.0
33
pycodestyle==2.14.0
4-
pytest==8.4.2
5-
pytest-asyncio==1.2.0
4+
pytest==9.0.1
5+
pytest-asyncio==1.3.0
66
pytest-cov==7.0.0
7-
ruff==0.14.3
7+
ruff==0.14.7

0 commit comments

Comments
 (0)