From 95a9d6b61064c4e71a849c98fa6d19b2e5aaeb03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:51:37 +0000 Subject: [PATCH] Bump fastapi from 0.104.1 to 0.105.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.105.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.105.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 8302705..6365282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.105.0 aiohttp==3.9.1 aiocache==0.12.2 uvicorn==0.24.0.post1 \ No newline at end of file diff --git a/setup.py b/setup.py index c7c555e..48c67f5 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.104.1", "aiohttp==3.9.1", "aiocache==0.12.2"], + install_requires=["fastapi==0.105.0", "aiohttp==3.9.1", "aiocache==0.12.2"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )