diff options
| author | Nakidai <nakidai@disroot.org> | 2024-11-18 18:53:46 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 18:53:46 -0300 |
| commit | aaf8fed701a705d69f7c0136c32ed1e6e74c66cb (patch) | |
| tree | 1b2320a4f647168fe967731f48caa37080f8b65b | |
| parent | 19cd6f0b94162659ba4b0c052502d8969ad9acc5 (diff) | |
| parent | 74125f26fc0361cbfc9b8edd5a2f5450138efe14 (diff) | |
| download | petthecord-aaf8fed701a705d69f7c0136c32ed1e6e74c66cb.tar.gz petthecord-aaf8fed701a705d69f7c0136c32ed1e6e74c66cb.zip | |
Bump aiohttp from 3.10.5 to 3.10.11 (#3)
Fix https://github.com/nakidai/petthecord/security/dependabot/1
| -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"}] |