aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-20 12:34:41 +0000
committerGravatar GitHub <[email protected]>2024-08-20 12:34:41 +0000
commit7083d6b6bd0ac11441a0245b796f932d112cb503 (patch)
treed8a3a0c491301fd389edb5a1a11cfaa74c666299 /pyproject.toml
parentMerge pull request #3145 from python-discord/log-failed-OT-name-rename (diff)
Bump aiohttp from 3.9.5 to 3.10.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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'" }