Skip to content

Commit

Permalink
deps: bump minimum aiohttp version to version 3.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Sep 30, 2024
1 parent e6d3f3b commit 6a4ca42
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 @@ -9,7 +9,7 @@ readme = "README.rst"
license = { text = "MIT" }
authors = [{ name = "null8626" }, { name = "Top.gg" }]
keywords = ["discord", "discord-bot", "topgg"]
dependencies = ["aiohttp>=3.10.7"]
dependencies = ["aiohttp>=3.10.8"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiohttp>=3.10.7
aiohttp>=3.10.8

0 comments on commit 6a4ca42

Please sign in to comment.