diff --git a/backend/requirements.txt b/backend/requirements.txt index c714060478..507dc5db60 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ python-socketio==5.13.0 python-jose==3.4.0 passlib[bcrypt]==1.7.4 -requests==2.32.3 +requests==2.32.4 aiohttp==3.11.11 async-timeout aiocache diff --git a/pyproject.toml b/pyproject.toml index 51ea658909..ef27260c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "python-jose==3.4.0", "passlib[bcrypt]==1.7.4", - "requests==2.32.3", + "requests==2.32.4", "aiohttp==3.11.11", "async-timeout", "aiocache",