diff options
author | 2024-12-29 19:22:40 +0000 | |
---|---|---|
committer | 2024-12-29 19:22:40 +0000 | |
commit | b39c218774facf3ff8e52c9d132fbcd9f44562eb (patch) | |
tree | e2f2d124218faf3de913a94020b52808b73a68b4 /pyproject.toml | |
parent | Bump 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.toml | 2 |
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'" } |