diff --git a/operator/requirements.txt b/operator/requirements.txt index ae808c91..1b3d2222 100644 --- a/operator/requirements.txt +++ b/operator/requirements.txt @@ -5,7 +5,7 @@ annotated-types==0.7.0 anyio==4.12.1 async-timeout==5.0.1 attrs==25.4.0 -certifi==2026.1.4 +certifi==2026.2.25 cffi==2.0.0 click==8.3.1 configomatic==0.4.0 @@ -19,15 +19,15 @@ httpx==0.28.1 idna==3.11 iso8601==2.1.0 Jinja2==3.1.6 -kopf==1.40.0 +kopf==1.43.0 kube-custom-resource==0.6.1 MarkupSafe==3.0.3 -multidict==6.7.0 +multidict==6.7.1 propcache==0.4.1 -pycparser==2.23 +pycparser==3.0 pydantic==2.12.5 python-json-logger==4.0.0 PyYAML==6.0.3 sniffio==1.3.1 typing_extensions==4.15.0 -yarl==1.22.0 +yarl==1.23.0 diff --git a/operator/test-requirements.txt b/operator/test-requirements.txt index 84485f7a..2cb0328b 100644 --- a/operator/test-requirements.txt +++ b/operator/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.14.10 +ruff~=0.15.4 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0 @@ -8,4 +8,4 @@ autopep8 mypy types-PyYAML types-setuptools -black~=25.12.0 \ No newline at end of file +black~=26.1.0 \ No newline at end of file