From 030b6c853ad8cb959d8748fb65698c9fef2511ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:17:45 +0000 Subject: [PATCH] Bump fastapi from 0.110.2 to 0.110.3 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.2 to 0.110.3. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.2...0.110.3) --- 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 64551cf..a80edd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.110.2 +fastapi==0.110.3 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 7ae0fa4..86e7787 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.2", "aiohttp==3.9.5", "aiocache==0.12.2"], + install_requires=["fastapi==0.110.3", "aiohttp==3.9.5", "aiocache==0.12.2"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )