aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-22 17:55:12 +0000
committerGravatar GitHub <[email protected]>2025-07-22 17:55:12 +0000
commit8589b44f59e19f0bd5af79c3c9054f582a07d266 (patch)
treea07b9e17f3e0ebd482693afefae722c634202278
parentBump lxml from 5.3.1 to 6.0.0 (diff)
Bump aiohttp from 3.11.13 to 3.12.14 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.11.13 to 3.12.14 - [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.11.13...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5423e8d4b..0310737d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ license = {text = "MIT"}
requires-python = "==3.12.*"
dependencies = [
"pydis-core[all]==11.6.1",
- "aiohttp==3.11.13",
+ "aiohttp==3.12.14",
"arrow==1.3.0",
"beautifulsoup4==4.12.3",
"colorama==0.4.6; sys_platform == \"win32\"",