diff options
author | 2025-07-22 17:55:12 +0000 | |
---|---|---|
committer | 2025-07-22 17:55:12 +0000 | |
commit | 8589b44f59e19f0bd5af79c3c9054f582a07d266 (patch) | |
tree | a07b9e17f3e0ebd482693afefae722c634202278 | |
parent | Bump 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.toml | 2 |
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\"", |