diff options
author | 2024-08-20 14:47:24 +0100 | |
---|---|---|
committer | 2024-08-20 14:47:24 +0100 | |
commit | 8e1a44357fb6fbb1c46b71b9c6eb1a88e54cd759 (patch) | |
tree | d8a3a0c491301fd389edb5a1a11cfaa74c666299 /pyproject.toml | |
parent | Merge pull request #3145 from python-discord/log-failed-OT-name-rename (diff) | |
parent | Bump aiohttp from 3.9.5 to 3.10.5 (diff) |
Merge pull request #3150 from python-discord/dependabot/pip/aiohttp-3.10.5
Bump aiohttp from 3.9.5 to 3.10.5
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f8a15c926..c034dd6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.12.*" # See https://bot-core.pythondiscord.com/ for docs. pydis_core = { version = "11.3.0", extras = ["all"] } -aiohttp = "3.9.5" +aiohttp = "3.10.5" arrow = "1.3.0" beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } |