diff --git a/requirements.txt b/requirements.txt index c3d4c40..d056246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -aiohappyeyeballs==2.6.1 -aiohttp==3.13.5 +aiohappyeyeballs==2.7.1 +aiohttp==3.14.1 aiosignal==1.4.0 annotated-types==0.7.0 -anyio==4.13.0 +anyio==4.14.1 async-timeout==5.0.1 attrs==26.1.0 -certifi==2026.2.25 -click==8.3.2 +certifi==2026.6.17 +click==8.4.2 configomatic==0.4.0 easykube==0.6.0 easysemver==0.2.0 @@ -15,18 +15,18 @@ frozenlist==1.8.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.11 +idna==3.18 iso8601==2.1.0 Jinja2==3.1.6 -kopf==1.44.5 +kopf==1.44.6 kube-custom-resource==0.6.1 MarkupSafe==3.0.3 multidict==6.7.1 -propcache==0.4.1 -pydantic==2.13.0 +propcache==0.5.2 +pydantic==2.13.4 pyhelm3==0.4.0 python-json-logger==4.1.0 PyYAML==6.0.3 sniffio==1.3.1 -typing_extensions==4.15.0 -yarl==1.23.0 +typing_extensions==4.16.0 +yarl==1.24.2 diff --git a/test-requirements.txt b/test-requirements.txt index 21a7149..b7a14c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,11 @@ -ruff~=0.15.10 -coverage>=4.0,!=4.4 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -stestr>=1.0.0 # Apache-2.0 -testtools>=1.4.0 # MIT +ruff~=0.15.20 +coverage!=4.4,>=7.15.0 # Apache-2.0 +python-subunit>=1.4.6 # Apache-2.0/BSD +stestr>=4.2.1 # Apache-2.0 +testtools>=2.9.1 # MIT codespell autopep8 mypy types-PyYAML types-setuptools -black~=26.3.1 \ No newline at end of file +black~=26.5.1 \ No newline at end of file