From ccd06deec8dcc773394ca298fb7363f204831090 Mon Sep 17 00:00:00 2001 From: bk86a Date: Thu, 30 Jul 2026 09:21:06 +0200 Subject: [PATCH] chore(deps): bundle Dependabot bumps (fastapi 0.141.1, uvicorn 0.52.0, ruff 0.16.0), sync lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supersedes #144, #145 and #146, which each bump only the requirement range and leave requirements.lock — the file the production image actually installs from — pinned to the old version. Lock regenerated from a clean venv per the documented procedure, so it also picks up transitive drift: annotated-doc 0.0.5, annotated-types 0.8.0, anyio 4.14.2, certifi 2026.7.22, numpy 2.5.1, websockets 17.0, wrapt 2.3.0. --- requirements-dev.txt | 2 +- requirements.lock | 18 +++++++++--------- requirements.txt | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14532eb..7c46e5e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -ruff>=0.15.22,<1 +ruff>=0.16.0,<1 bandit>=1.9.4,<2 pip-audit>=2.10.1,<3 pytest>=9.1.1,<10 diff --git a/requirements.lock b/requirements.lock index c10ee50..a1091fb 100644 --- a/requirements.lock +++ b/requirements.lock @@ -1,20 +1,20 @@ # Pinned dependencies for reproducible production builds. # Generated from requirements.txt — update by running: # pip install -r requirements.txt && pip freeze > requirements.lock -annotated-doc==0.0.4 -annotated-types==0.7.0 -anyio==4.14.1 -certifi==2026.6.17 +annotated-doc==0.0.5 +annotated-types==0.8.0 +anyio==4.14.2 +certifi==2026.7.22 click==8.4.2 Deprecated==1.3.1 -fastapi==0.139.2 +fastapi==0.141.1 h11==0.16.0 httpcore==1.0.9 httptools==0.8.0 httpx==0.28.1 idna==3.18 limits==5.8.0 -numpy==2.5.0 +numpy==2.5.1 packaging==26.2 pydantic==2.13.4 pydantic-settings==2.14.2 @@ -27,8 +27,8 @@ slowapi==0.1.10 starlette==1.3.1 typing-inspection==0.4.2 typing_extensions==4.16.0 -uvicorn==0.51.0 +uvicorn==0.52.0 uvloop==0.22.1 watchfiles==1.2.0 -websockets==16.0 -wrapt==2.2.2 +websockets==17.0 +wrapt==2.3.0 diff --git a/requirements.txt b/requirements.txt index 53f3b4a..71beb13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -fastapi>=0.139.2,<1 -uvicorn[standard]>=0.51.0,<1 +fastapi>=0.141.1,<1 +uvicorn[standard]>=0.52.0,<1 httpx>=0.28.1,<1 pydantic>=2.13.4,<3 pydantic-settings>=2.14.2,<3