Skip to content

Commit

Permalink
Bump aiohttp from 3.9.4 to 3.10.2
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.4...v3.10.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent f18d4bc commit 67a6648
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typing-extensions = "==4.8.0"
tomli = "==2.0.1"

[packages]
aiohttp = "==3.9.4"
aiohttp = "==3.10.2"
colorama = "==0.4.6"
"discord.py" = {version = "==2.3.2", extras = ["speed"]}
emoji = "==2.8.0"
Expand Down
170 changes: 89 additions & 81 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
-i https://pypi.org/simple
aiodns==3.2.0
aiohttp==3.9.4; python_version >= '3.8'
aiohappyeyeballs==2.3.5; python_version >= '3.8'
aiohttp==3.10.2; python_version >= '3.8'
aiosignal==1.3.1; python_version >= '3.7'
async-timeout==4.0.3; python_version < '3.11'
attrs==23.2.0; python_version >= '3.7'
attrs==24.2.0; python_version >= '3.7'
brotli==1.1.0
cairocffi==1.7.0; python_version >= '3.8'
cairosvg==2.7.1
certifi==2024.7.4; python_version >= '3.6'
certifi==2024.6.2; python_version >= '3.6'
cffi==1.16.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
colorama==0.4.6
Expand Down Expand Up @@ -35,7 +36,7 @@ python-dotenv==1.0.0
requests==2.32.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
tinycss2==1.3.0; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
uvloop==0.19.0; sys_platform != 'win32'
webencodings==0.5.1
yarl==1.9.4; python_version >= '3.7'

0 comments on commit 67a6648

Please sign in to comment.