From 2fdff991b76a9528a5d8c587b38c9418ff703799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:07:52 +0200 Subject: [PATCH] Bump fastapi from 0.110.0 to 0.110.1 (#137) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.0 to 0.110.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.0...0.110.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... 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 23c8408..a557ff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.110.0 +fastapi==0.110.1 aiohttp==3.9.3 aiocache==0.12.2 uvicorn==0.29.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 230e30d..99fd206 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.0", "aiohttp==3.9.3", "aiocache==0.12.2"], + install_requires=["fastapi==0.110.1", "aiohttp==3.9.3", "aiocache==0.12.2"], python_requires=">=3.5", url="https://github.com/Tert0/fastapi-discord", )