From 866c05363d7401b87494513ad4286897f7244985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:03:32 +0000 Subject: [PATCH] Bump fastapi from 0.110.1 to 0.110.2 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.1 to 0.110.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.1...0.110.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 8e4444b..64551cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.110.1 +fastapi==0.110.2 aiohttp==3.9.5 aiocache==0.12.2 uvicorn==0.29.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b8afa9c..7ae0fa4 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.110.1", "aiohttp==3.9.5", "aiocache==0.12.2"], + install_requires=["fastapi==0.110.2", "aiohttp==3.9.5", "aiocache==0.12.2"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )