diff --git a/requirements.txt b/requirements.txt index 5335c6f..f358d94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohappyeyeballs==2.6.1 aiohttp==3.12.15 aiosignal==1.4.0 -anyio==4.10.0 +anyio==4.11.0 async-timeout==5.0.1 attrs==25.3.0 certifi==2025.8.3 @@ -18,7 +18,7 @@ kopf==1.38.0 multidict==6.6.4 propcache==0.3.2 python-json-logger==3.3.0 -PyYAML==6.0.2 +PyYAML==6.0.3 sniffio==1.3.1 typing_extensions==4.15.0 yarl==1.20.1 diff --git a/test-requirements.txt b/test-requirements.txt index dc45984..aaf8c71 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,8 @@ -ruff~=0.12.12 +ruff~=0.13.2 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell types-PyYAML types-setuptools mypy -black~=25.1.0 +black~=25.9.0