diff --git a/requirements.txt b/requirements.txt index 492e8eb..5335c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.12.14 +aiohttp==3.12.15 aiosignal==1.4.0 -anyio==4.9.0 +anyio==4.10.0 async-timeout==5.0.1 attrs==25.3.0 -certifi==2025.7.14 +certifi==2025.8.3 click==8.1.8 easykube==0.6.0 exceptiongroup==1.3.0 @@ -15,10 +15,10 @@ httpx==0.28.1 idna==3.10 iso8601==2.1.0 kopf==1.38.0 -multidict==6.6.3 +multidict==6.6.4 propcache==0.3.2 python-json-logger==3.3.0 PyYAML==6.0.2 sniffio==1.3.1 -typing_extensions==4.14.1 +typing_extensions==4.15.0 yarl==1.20.1 diff --git a/test-requirements.txt b/test-requirements.txt index 4b9e69e..5d13878 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.12.3 +ruff~=0.12.11 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell