Skip to content

Commit 2d92fd8

Browse files
deps(deps): bump the python-minor group across 1 directory with 11 updates
Bumps the python-minor group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.127.0` | `0.135.1` | | [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.42.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.45` | `2.0.48` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.17.2` | `1.18.4` | | [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.22.0` | `0.22.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | | [tenacity](https://github.com/jd/tenacity) | `9.1.2` | `9.1.4` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.23.1` | `0.24.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.15.7` | Updates `fastapi` from 0.127.0 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.127.0...0.135.1) Updates `uvicorn[standard]` from 0.40.0 to 0.42.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.40.0...0.42.0) Updates `pydantic-settings` from 2.12.0 to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1) Updates `sqlalchemy` from 2.0.45 to 2.0.48 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `alembic` from 1.17.2 to 1.18.4 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `aiosqlite` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.22.0...v0.22.1) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) Updates `tenacity` from 9.1.2 to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@9.1.2...9.1.4) Updates `prometheus-client` from 0.23.1 to 0.24.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.23.1...v0.24.1) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `ruff` from 0.14.10 to 0.15.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.10...0.15.7) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: uvicorn[standard] dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: sqlalchemy dependency-version: 2.0.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: ruff dependency-version: 0.15.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc7406d commit 2d92fd8

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

requirements-base.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
# This layer is cached separately for faster builds
33

44
# Core API Framework
5-
fastapi==0.127.0
6-
uvicorn[standard]==0.40.0
5+
fastapi==0.135.1
6+
uvicorn[standard]==0.42.0
77
pydantic==2.12.5
8-
pydantic-settings==2.12.0
8+
pydantic-settings==2.13.1
99
sse-starlette>=2.0.0
1010

1111
# Database
12-
sqlalchemy==2.0.45
12+
sqlalchemy==2.0.48
1313
psycopg2-binary==2.9.11
14-
alembic==1.17.2
14+
alembic==1.18.4
1515
asyncpg==0.31.0
1616
aiomysql==0.3.2
17-
aiosqlite==0.22.0
17+
aiosqlite==0.22.1
1818

1919
# Utilities
20-
python-dotenv==1.2.1
21-
tenacity==9.1.2
20+
python-dotenv==1.2.2
21+
tenacity==9.1.4
2222
pyyaml==6.0.3
2323

2424
# Caching
2525
redis>=5.0.0
2626
hiredis>=2.3.0
2727

2828
# Monitoring & Logging
29-
prometheus-client==0.23.1
29+
prometheus-client==0.24.1
3030
structlog==25.5.0
3131

3232
# Security

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# Testing
55
pytest==7.4.4
66
pytest-asyncio==0.23.4
7-
pytest-cov==7.0.0
7+
pytest-cov==7.1.0
88
httpx==0.28.1
99
fakeredis>=2.21.0
1010

1111
# Code Quality
1212
black==25.12.0
13-
ruff==0.14.10
13+
ruff==0.15.7
1414
mypy==1.19.1
1515
pre-commit==4.5.1
1616

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
# ============================================================================
1414

1515
# Core API Framework
16-
fastapi==0.127.0
17-
uvicorn[standard]==0.40.0
16+
fastapi==0.135.1
17+
uvicorn[standard]==0.42.0
1818
pydantic==2.12.5
19-
pydantic-settings==2.12.0
19+
pydantic-settings==2.13.1
2020
sse-starlette>=2.0.0 # Server-Sent Events for streaming (Issue #8)
2121

2222
# Database
23-
sqlalchemy==2.0.45
23+
sqlalchemy==2.0.48
2424
psycopg2-binary==2.9.11
25-
alembic==1.17.2
25+
alembic==1.18.4
2626

2727
# Async Database Drivers
2828
asyncpg==0.31.0
2929
aiomysql==0.3.2
30-
aiosqlite==0.22.0
30+
aiosqlite==0.22.1
3131

3232
# Utilities
33-
python-dotenv==1.2.1
34-
tenacity==9.1.2
33+
python-dotenv==1.2.2
34+
tenacity==9.1.4
3535
pyyaml==6.0.3
3636

3737
# Caching (Issue #8: Performance Optimization)
3838
redis>=5.0.0
3939
hiredis>=2.3.0 # C parser for better Redis performance
4040

4141
# Monitoring & Logging
42-
prometheus-client==0.23.1
42+
prometheus-client==0.24.1
4343
structlog==25.5.0
4444

4545
# Distributed Tracing (Issue #9: Monitoring & Observability)
@@ -84,12 +84,12 @@ smolagents>=1.0.0
8484
# Testing
8585
pytest==7.4.4
8686
pytest-asyncio==0.23.4
87-
pytest-cov==7.0.0
87+
pytest-cov==7.1.0
8888
httpx==0.28.1
8989
fakeredis>=2.21.0 # Redis mocking for tests (Issue #8)
9090

9191
# Code Quality
9292
black==25.12.0
93-
ruff==0.14.10
93+
ruff==0.15.7
9494
mypy==1.19.1
9595
pre-commit==4.5.1

0 commit comments

Comments
 (0)