Skip to content

Commit 83d24fb

Browse files
Bump the python-packages group with 9 updates (#427)
Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.118.0` | `0.120.4` | | [logfire[fastapi]](https://github.com/pydantic/logfire) | `4.10.0` | `4.14.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.9` | `2.12.3` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `2.39.0` | `2.43.0` | | [starlette](https://github.com/Kludex/starlette) | `0.48.0` | `0.49.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.37.0` | `0.38.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `7.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.14.3` | Updates `aiofiles` from 24.1.0 to 25.1.0 - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](Tinche/aiofiles@v24.1.0...v25.1.0) Updates `fastapi` from 0.118.0 to 0.120.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.118.0...0.120.4) Updates `logfire[fastapi]` from 4.10.0 to 4.14.2 - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](pydantic/logfire@v4.10.0...v4.14.2) Updates `pydantic` from 2.11.9 to 2.12.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.9...v2.12.3) Updates `sentry-sdk[fastapi]` from 2.39.0 to 2.43.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.39.0...2.43.0) Updates `starlette` from 0.48.0 to 0.49.2 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.48.0...0.49.2) Updates `uvicorn` from 0.37.0 to 0.38.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.37.0...0.38.0) Updates `isort` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...7.0.0) Updates `ruff` from 0.13.2 to 0.14.3 - [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.13.2...0.14.3) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.120.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: logfire[fastapi] dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sentry-sdk[fastapi] dependency-version: 2.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-minor 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 965d4b1 commit 83d24fb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tcintercom/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
aiofiles==24.1.0
1+
aiofiles==25.1.0
22
aioredis==2.0.1
33
arq==0.26.3
4-
fastapi==0.118.0
4+
fastapi==0.120.4
55
httpx==0.28.1
6-
logfire[fastapi]==4.10.0
7-
pydantic==2.11.9
6+
logfire[fastapi]==4.14.2
7+
pydantic==2.12.3
88
pydantic-settings==2.11.0
99
PyJWT==2.10.1
1010
requests==2.32.5
11-
sentry-sdk[fastapi]==2.39.0
12-
starlette==0.48.0
13-
uvicorn==0.37.0
11+
sentry-sdk[fastapi]==2.43.0
12+
starlette==0.49.2
13+
uvicorn==0.38.0

tests/requirements.test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flake8==7.3.0
2-
isort==6.0.1
2+
isort==7.0.0
33
pycodestyle==2.14.0
44
pytest==8.4.2
55
pytest-asyncio==1.2.0
66
pytest-cov==7.0.0
7-
ruff==0.13.2
7+
ruff==0.14.3

0 commit comments

Comments
 (0)