diff --git a/sync/requirements.txt b/sync/requirements.txt index 35924ba6..4afd06ba 100644 --- a/sync/requirements.txt +++ b/sync/requirements.txt @@ -2,7 +2,7 @@ aiohappyeyeballs==2.7.1 aiohttp==3.14.1 aiosignal==1.4.0 annotated-types==0.7.0 -anyio==4.14.1 +anyio==4.14.2 async-timeout==5.0.1 attrs==26.1.0 certifi==2026.6.17 diff --git a/sync/test-requirements.txt b/sync/test-requirements.txt index b7a14c42..6c773390 100644 --- a/sync/test-requirements.txt +++ b/sync/test-requirements.txt @@ -1,5 +1,5 @@ -ruff~=0.15.20 -coverage!=4.4,>=7.15.0 # Apache-2.0 +ruff~=0.15.21 +coverage!=4.4,>=7.15.1 # Apache-2.0 python-subunit>=1.4.6 # Apache-2.0/BSD stestr>=4.2.1 # Apache-2.0 testtools>=2.9.1 # MIT