diff --git a/registrar/requirements.txt b/registrar/requirements.txt index e89036ed..353fdfb6 100644 --- a/registrar/requirements.txt +++ b/registrar/requirements.txt @@ -1,13 +1,13 @@ annotated-types==0.7.0 -anyio==4.14.1 +anyio==4.14.2 certifi==2026.6.17 -cffi==2.0.0 +cffi==2.1.0 click==8.4.2 configomatic==0.4.0 cryptography==49.0.0 easykube==0.6.0 exceptiongroup==1.3.1 -fastapi==0.139.0 +fastapi==0.139.2 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 @@ -16,5 +16,5 @@ pycparser==3.0 pydantic==2.13.4 PyYAML==6.0.3 sniffio==1.3.1 -typing_extensions==4.15.0 -uvicorn==0.49.0 +typing_extensions==4.16.0 +uvicorn==0.51.0 diff --git a/registrar/test-requirements.txt b/registrar/test-requirements.txt index a4919d5f..a26f51b1 100644 --- a/registrar/test-requirements.txt +++ b/registrar/test-requirements.txt @@ -1,5 +1,5 @@ -ruff~=0.15.20 -coverage!=4.4,>=7.14.3 # Apache-2.0 +ruff~=0.15.22 +coverage!=4.4,>=7.15.2 # Apache-2.0 python-subunit>=1.4.6 # Apache-2.0/BSD stestr>=4.2.1 # Apache-2.0 testtools>=2.9.1 # MIT