Skip to content

Commit

Permalink
chore(deps): update dependency aiohttp to v3.10.11 [security] (#617)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent a1da20d commit d81c7de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/database_handler/migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rlp
eth-utils
eth-hash[pycryptodome]
jsonschema==4.23.0
aiohttp==3.10.5
aiohttp==3.10.11
openai==1.47.0
anthropic==0.34.2
python-dotenv==1.0.1
2 changes: 1 addition & 1 deletion backend/protocol_rpc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest==8.3.3
pytest-asyncio==0.24.0
colorama==0.4.6
debugpy==1.8.5
aiohttp==3.10.5
aiohttp==3.10.11
SQLAlchemy[asyncio]==2.0.35
alembic==1.13.2
eth-account==0.13.3
Expand Down
2 changes: 1 addition & 1 deletion webrequest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Flask-JSONRPC==3.0.1
Flask[async]==3.0.3
python-dotenv==1.0.1
pytest==8.3.3
aiohttp==3.10.5
aiohttp==3.10.11
openai==1.47.0
anthropic==0.34.2

0 comments on commit d81c7de

Please sign in to comment.