diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-15 09:36:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 09:36:03 +0000 |
| commit | 2f604793db9baa30296216c2924d44aefeefc981 (patch) | |
| tree | f0a271fcaa8f7106652f418e23b59eb48d08c958 | |
| parent | 3bb7979734a0114cd5a3520216f076277ece18db (diff) | |
| download | petthecord-2f604793db9baa30296216c2924d44aefeefc981.tar.gz petthecord-2f604793db9baa30296216c2924d44aefeefc981.zip | |
Bump aiohttp from 3.10.11 to 3.12.14
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 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 65153a4..643063d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" version = "v1.5.0" dependencies = [ "discord.py==2.4.0", - "aiohttp==3.10.11", + "aiohttp==3.12.14", "pet-pet-gif@git+https://github.com/camprevail/pet-pet-gif@28a4a5d18b312bcb84e6dcd461c0e16fc6d2bf16", ] authors = [{name = "Nakidai", email = "nakidai@disroot.org"}] |