From 03fb6eff1e3fe8e3efcbfe9a9a47d48f7c72a45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:55:12 +0200 Subject: [PATCH] Bump fastapi from 0.103.2 to 0.104.0 (#113) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.104.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.103.2...0.104.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... 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 2d121ec..ec43c44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.103.2 +fastapi==0.104.0 aiohttp==3.8.6 aiocache==0.12.2 uvicorn==0.23.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 7d3b52f..43ce4ac 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.103.2", "aiohttp==3.8.6", "aiocache==0.12.2"], + install_requires=["fastapi==0.104.0", "aiohttp==3.8.6", "aiocache==0.12.2"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )