diff --git a/requirements.txt b/requirements.txt index 492e8eb..ab73981 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,7 +15,7 @@ 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 diff --git a/test-requirements.txt b/test-requirements.txt index 4b9e69e..4c2b0bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.12.3 +ruff~=0.12.8 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell