Skip to content

Commit

Permalink
Update dependency aiohttp to v3.9.0 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent 0e609e6 commit 89c1281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ httpx = "0.25.2"
babel = "^2.13.1"
jinja2 = "3.1.2"
python-dotenv = "1.0.0"
aiohttp = "3.8.6"
aiohttp = "3.9.0"
aiocryptopay = "0.3.3"
validators = "0.22.0"
aiohttp-jinja2 = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiocryptopay==0.3.3 ; python_version >= "3.11" and python_version < "4.0"
aiofiles==23.1.0 ; python_version >= "3.11" and python_version < "4.0"
aiogram==3.0.0rc2 ; python_version >= "3.11" and python_version < "4.0"
aiohttp-jinja2==1.5.1 ; python_version >= "3.11" and python_version < "4.0"
aiohttp==3.8.6 ; python_version >= "3.11" and python_version < "4.0"
aiohttp==3.9.0 ; python_version >= "3.11" and python_version < "4.0"
aiosignal==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
annotated-types==0.6.0 ; python_version >= "3.11" and python_version < "4.0"
anyio==4.1.0 ; python_version >= "3.11" and python_version < "4.0"
Expand Down

0 comments on commit 89c1281

Please sign in to comment.