diff options
author | 2024-04-16 11:42:45 +0000 | |
---|---|---|
committer | 2024-04-16 11:42:45 +0000 | |
commit | dfb5800cf4e8f3e78ba386d6f0d9455f450719e5 (patch) | |
tree | 4bfc143e5b0755f59f52fb79267b4949904cd6f9 /pyproject.toml | |
parent | Update Redis service address (diff) |
Bump aiohttp from 3.9.3 to 3.9.4 (#3016)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4.
- [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.3...v3.9.4)
---
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 62b3b48ce..df0842124 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.1.0", extras = ["all"] } -aiohttp = "3.9.3" +aiohttp = "3.9.4" arrow = "1.3.0" beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } |