diff --git a/registrar/requirements.txt b/registrar/requirements.txt index f9c026a2..8610279d 100644 --- a/registrar/requirements.txt +++ b/registrar/requirements.txt @@ -1,20 +1,20 @@ annotated-types==0.7.0 -anyio==4.10.0 +anyio==4.11.0 certifi==2025.8.3 -cffi==1.17.1 +cffi==2.0.0 click==8.1.8 configomatic==0.4.0 -cryptography==45.0.7 +cryptography==46.0.1 easykube==0.6.0 exceptiongroup==1.3.0 -fastapi==0.116.1 +fastapi==0.117.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.10 -pycparser==2.22 -pydantic==2.11.7 -PyYAML==6.0.2 +pycparser==2.23 +pydantic==2.11.9 +PyYAML==6.0.3 sniffio==1.3.1 typing_extensions==4.15.0 -uvicorn==0.35.0 +uvicorn==0.37.0 diff --git a/registrar/test-requirements.txt b/registrar/test-requirements.txt index 69aa87a8..f9a4c755 100644 --- a/registrar/test-requirements.txt +++ b/registrar/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.12.11 +ruff~=0.13.2 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0 @@ -8,4 +8,4 @@ autopep8 mypy types-PyYAML types-setuptools -black~=25.1.0 \ No newline at end of file +black~=25.9.0 \ No newline at end of file