diff --git a/sync/requirements.txt b/sync/requirements.txt index 5bbe3d40..9621e36f 100644 --- a/sync/requirements.txt +++ b/sync/requirements.txt @@ -2,7 +2,7 @@ aiohappyeyeballs==2.6.1 aiohttp==3.12.15 aiosignal==1.4.0 annotated-types==0.7.0 -anyio==4.10.0 +anyio==4.11.0 async-timeout==5.0.1 attrs==25.3.0 certifi==2025.8.3 @@ -19,9 +19,9 @@ idna==3.10 kube-custom-resource==0.6.1 multidict==6.6.4 propcache==0.3.2 -pydantic==2.11.7 +pydantic==2.11.9 pyhelm3==0.4.0 -PyYAML==6.0.2 +PyYAML==6.0.3 sniffio==1.3.1 typing_extensions==4.15.0 yarl==1.20.1 diff --git a/sync/test-requirements.txt b/sync/test-requirements.txt index 69aa87a8..f9a4c755 100644 --- a/sync/test-requirements.txt +++ b/sync/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.12.11 +ruff~=0.13.2 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.1.0 \ No newline at end of file +black~=25.9.0 \ No newline at end of file