Pin async-timeout to 4.0.3 and update pip dependencies
Change-Id: Ie2cc2a1f65fd06c8e8ddb7b2f50ee00f9bebeb7c
Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
... | ... | @@ -20,9 +20,11 @@ aiohttp==3.11.10 |
# via -r requirements.in | ||
aiosignal==1.3.2 | ||
# via aiohttp | ||
async-timeout==5.0.1 | ||
# via aiohttp | ||
attrs==24.2.0 | ||
async-timeout==4.0.3 | ||
# via | ||
# -r requirements.in | ||
# aiohttp | ||
attrs==24.3.0 | ||
# via | ||
# aiohttp | ||
# jsonschema | ||
... | ... |
Please register or sign in to comment