Skip to content

Commit b749981

Browse files
Bump the python-packages group with 5 updates (#423)
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [logfire[fastapi]](https://github.com/pydantic/logfire) | `4.0.1` | `4.3.6` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `2.34.1` | `2.35.1` | | [starlette](https://github.com/encode/starlette) | `0.47.2` | `0.47.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.7` | `0.12.11` | Updates `logfire[fastapi]` from 4.0.1 to 4.3.6 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v4.0.1...v4.3.6) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `sentry-sdk[fastapi]` from 2.34.1 to 2.35.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.34.1...2.35.1) Updates `starlette` from 0.47.2 to 0.47.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.47.2...0.47.3) Updates `ruff` from 0.12.7 to 0.12.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.12.7...0.12.11) --- updated-dependencies: - dependency-name: logfire[fastapi] dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sentry-sdk[fastapi] dependency-version: 2.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-version: 0.47.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.12.11 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 22d2a52 commit b749981

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tcintercom/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ aioredis==2.0.1
33
arq==0.26.3
44
fastapi==0.116.1
55
httpx==0.28.1
6-
logfire[fastapi]==4.0.1
6+
logfire[fastapi]==4.3.6
77
pydantic==2.11.7
88
pydantic-settings==2.10.1
99
PyJWT==2.10.1
10-
requests==2.32.4
11-
sentry-sdk[fastapi]==2.34.1
12-
starlette==0.47.2
10+
requests==2.32.5
11+
sentry-sdk[fastapi]==2.35.1
12+
starlette==0.47.3
1313
uvicorn==0.35.0

tests/requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pycodestyle==2.14.0
44
pytest==8.4.1
55
pytest-asyncio==1.1.0
66
pytest-cov==6.2.1
7-
ruff==0.12.7
7+
ruff==0.12.11

0 commit comments

Comments
 (0)