From b7b3aadea373501bd1a7a561df1c1220c25feff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 00:03:02 +0000 Subject: [PATCH] Bump [pip]: Bump fastapi from 0.95.0 to 0.95.2 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.0 to 0.95.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.0...0.95.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- requirements.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index cfbe2b1..bf83862 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,6 +1,6 @@ redis==4.5.4 black==23.3.0 -fastapi==0.95.0 +fastapi==0.95.2 flake8==6.0.0 isort==5.12.0 websockets==11.0.1 diff --git a/requirements.test.txt b/requirements.test.txt index 9e7ad17..60f7653 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,6 +1,6 @@ redis==4.5.4 email-validator==1.3.1 -fastapi==0.95.0 +fastapi==0.95.2 httpx==0.24.0 pytest-asyncio==0.21.0 python-multipart==0.0.6