From f10bb743cc8dd799062dba62ddadbc7facbb990e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:41:45 +0000 Subject: [PATCH] Bump fastapi from 0.115.0 to 0.115.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.0 to 0.115.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.115.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a0497bc..0265023 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.115.0 +fastapi==0.115.2 aiohttp==3.10.10 aiocache==0.12.3 uvicorn==0.31.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 103d782..df14a8c 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.10", "aiocache==0.12.3"], + install_requires=["fastapi==0.115.2", "aiohttp==3.10.10", "aiocache==0.12.3"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )