Skip to content

Commit 22d2a52

Browse files
Bump the python-packages group across 1 directory with 6 updates (#422)
Bumps the python-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.14` | `0.116.1` | | [logfire[fastapi]](https://github.com/pydantic/logfire) | `3.21.2` | `4.0.1` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `2.32.0` | `2.34.1` | | [starlette](https://github.com/encode/starlette) | `0.46.2` | `0.47.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.0.0` | `1.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.1` | `0.12.7` | Updates `fastapi` from 0.115.14 to 0.116.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.116.1) Updates `logfire[fastapi]` from 3.21.2 to 4.0.1 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v3.21.2...v4.0.1) Updates `sentry-sdk[fastapi]` from 2.32.0 to 2.34.1 - [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.32.0...2.34.1) Updates `starlette` from 0.46.2 to 0.47.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.46.2...0.47.2) Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) Updates `ruff` from 0.12.1 to 0.12.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.12.1...0.12.7) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.116.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: logfire[fastapi] dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: sentry-sdk[fastapi] dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.12.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 4a3dba8 commit 22d2a52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tcintercom/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiofiles==24.1.0
22
aioredis==2.0.1
33
arq==0.26.3
4-
fastapi==0.115.14
4+
fastapi==0.116.1
55
httpx==0.28.1
6-
logfire[fastapi]==3.21.2
6+
logfire[fastapi]==4.0.1
77
pydantic==2.11.7
88
pydantic-settings==2.10.1
99
PyJWT==2.10.1
1010
requests==2.32.4
11-
sentry-sdk[fastapi]==2.32.0
12-
starlette==0.46.2
11+
sentry-sdk[fastapi]==2.34.1
12+
starlette==0.47.2
1313
uvicorn==0.35.0

tests/requirements.test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ flake8==7.3.0
22
isort==6.0.1
33
pycodestyle==2.14.0
44
pytest==8.4.1
5-
pytest-asyncio==1.0.0
5+
pytest-asyncio==1.1.0
66
pytest-cov==6.2.1
7-
ruff==0.12.1
7+
ruff==0.12.7

0 commit comments

Comments
 (0)