From 5d58534a2f3a092e3c98c13705777d7852f995e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:41:57 +0200 Subject: [PATCH] Bump aiohttp from 3.10.8 to 3.10.9 (#173) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.8 to 3.10.9. - [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.8...v3.10.9) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0369196..5a00166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.115.0 -aiohttp==3.10.8 +aiohttp==3.10.9 aiocache==0.12.3 uvicorn==0.31.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 312f6dc..44f9c87 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description_content_type="text/markdown", author="Tert0", license="MIT", - install_requires=["fastapi==0.115.0", "aiohttp==3.10.8", "aiocache==0.12.3"], + install_requires=["fastapi==0.115.0", "aiohttp==3.10.9", "aiocache==0.12.3"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )