Skip to content

Commit 830e750

Browse files
Bump the python-packages group with 6 updates (#418)
* Bump the python-packages group with 6 updates Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [logfire[fastapi]](https://github.com/pydantic/logfire) | `3.14.1` | `3.16.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `2.27.0` | `2.29.1` | | [starlette](https://github.com/encode/starlette) | `0.46.2` | `0.47.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.34.2` | `0.34.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.7` | `0.11.12` | Updates `logfire[fastapi]` from 3.14.1 to 3.16.1 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v3.14.1...v3.16.1) Updates `pydantic` from 2.11.4 to 2.11.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.4...v2.11.5) Updates `sentry-sdk[fastapi]` from 2.27.0 to 2.29.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.27.0...2.29.1) Updates `starlette` from 0.46.2 to 0.47.0 - [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.0) Updates `uvicorn` from 0.34.2 to 0.34.3 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.2...0.34.3) Updates `ruff` from 0.11.7 to 0.11.12 - [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.11.7...0.11.12) --- updated-dependencies: - dependency-name: logfire[fastapi] dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sentry-sdk[fastapi] dependency-version: 2.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> * Downgrade starlette * Empty commit to start tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DanJezeph15 <[email protected]>
1 parent cab8aae commit 830e750

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.115.12
55
httpx==0.28.1
6-
logfire[fastapi]==3.14.1
7-
pydantic==2.11.4
6+
logfire[fastapi]==3.16.1
7+
pydantic==2.11.5
88
pydantic-settings==2.9.1
99
PyJWT==2.10.1
1010
requests==2.32.3
11-
sentry-sdk[fastapi]==2.27.0
11+
sentry-sdk[fastapi]==2.29.1
1212
starlette==0.46.2
13-
uvicorn==0.34.2
13+
uvicorn==0.34.3

tests/requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pycodestyle==2.13.0
44
pytest==8.3.5
55
pytest-asyncio==0.26.0
66
pytest-cov==6.1.1
7-
ruff==0.11.7
7+
ruff==0.11.12

0 commit comments

Comments
 (0)