diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 21:36:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 21:36:31 +0000 |
| commit | 74125f26fc0361cbfc9b8edd5a2f5450138efe14 (patch) | |
| tree | 1b2320a4f647168fe967731f48caa37080f8b65b | |
| parent | 19cd6f0b94162659ba4b0c052502d8969ad9acc5 (diff) | |
| download | petthecord-74125f26fc0361cbfc9b8edd5a2f5450138efe14.tar.gz petthecord-74125f26fc0361cbfc9b8edd5a2f5450138efe14.zip | |
Bump aiohttp from 3.10.5 to 3.10.11
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.10.11. - [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.10.5...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4d5eefc..cb34aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" version = "v1.4.5" dependencies = [ "discord.py==2.4.0", - "aiohttp==3.10.5", + "aiohttp==3.10.11", "pet-pet-gif@git+https://github.com/camprevail/pet-pet-gif@28a4a5d18b312bcb84e6dcd461c0e16fc6d2bf16", ] authors = [{name = "Nakidai", email = "nakidai@disroot.org"}] |