aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-29 19:22:40 +0000
committerGravatar GitHub <[email protected]>2024-12-29 19:22:40 +0000
commitb39c218774facf3ff8e52c9d132fbcd9f44562eb (patch)
treee2f2d124218faf3de913a94020b52808b73a68b4 /pyproject.toml
parentBump taskipy from 1.14.0 to 1.14.1 (#3206) (diff)
Bump aiohttp from 3.11.7 to 3.11.11 (#3216)
--- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 82b8b46e8..146d085a0 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.5.1", extras = ["all"] }
-aiohttp = "3.11.7"
+aiohttp = "3.11.11"
arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }