diff --git a/tob-api/requirements.txt b/tob-api/requirements.txt index 4a2af89a2..c980b9dc9 100644 --- a/tob-api/requirements.txt +++ b/tob-api/requirements.txt @@ -47,7 +47,9 @@ asyncio>=3.4.3,<4 ptvsd==4.1.1a1 # aiohttp -aiohttp~=3.4.0 +aiohttp~=3.10.2 aiohttp-wsgi~=0.8.1 -asgiref~=3.1.2 \ No newline at end of file +asgiref~=3.1.2 +sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file