diff --git a/auth-proxy/requirements.txt b/auth-proxy/requirements.txt index bb6acb5..345a0cf 100644 --- a/auth-proxy/requirements.txt +++ b/auth-proxy/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.13.5 +aiohttp==3.14.1 aiohttp-cors==0.8.1 cryptography diff --git a/requirements-test.txt b/requirements-test.txt index 930491b..2b105e6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest>=9.0.3 pytest-aiohttp>=1.1.0 pytest-asyncio>=1.4.0 -aiohttp>=3.13.0 +aiohttp>=3.14.1 aiohttp-cors>=0.8.0 cryptography