diff options
| author | 2024-08-20 12:34:41 +0000 | |
|---|---|---|
| committer | 2024-08-20 12:34:41 +0000 | |
| commit | 7083d6b6bd0ac11441a0245b796f932d112cb503 (patch) | |
| tree | d8a3a0c491301fd389edb5a1a11cfaa74c666299 /pyproject.toml | |
| parent | Merge pull request #3145 from python-discord/log-failed-OT-name-rename (diff) | |
Bump aiohttp from 3.9.5 to 3.10.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.5.
- [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.5...v3.10.5)
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 f8a15c926..c034dd6d0 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.3.0", extras = ["all"] } -aiohttp = "3.9.5" +aiohttp = "3.10.5" arrow = "1.3.0" beautifulsoup4 = "4.12.3" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } |