diff --git a/requirements.txt b/requirements.txt index e5cc2d2..47cab0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.13.4 +aiohttp==3.13.5 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 async-timeout==5.0.1 attrs==26.1.0 -certifi==2026.2.25 -click==8.3.1 +certifi==2026.4.22 +click==8.3.3 configomatic==0.4.0 easykube==0.6.0 exceptiongroup==1.3.1 @@ -14,15 +14,15 @@ frozenlist==1.8.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.11 +idna==3.14 iso8601==2.1.0 Jinja2==3.1.6 -kopf==1.44.4 +kopf==1.44.5 kube-custom-resource==0.6.1 MarkupSafe==3.0.3 multidict==6.7.1 -propcache==0.4.1 -pydantic==2.12.5 +propcache==0.5.2 +pydantic==2.13.4 pyhelm3==0.4.0 python-json-logger==4.1.0 PyYAML==6.0.3 diff --git a/test-requirements.txt b/test-requirements.txt index 1c78619..192dabd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ -ruff~=0.15.8 -coverage>=4.0,!=4.4 # Apache-2.0 -stestr>=4.2.0 # Apache-2.0 +ruff~=0.15.12 +coverage!=4.4,>=7.14.0 # Apache-2.0 +stestr>=4.2.1 # Apache-2.0 codespell types-PyYAML types-setuptools