From ff7c3957e79b73294e2c9114fdff68a06ac8a43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Wed, 16 Mar 2022 08:44:18 +0100 Subject: [PATCH] Bump dependencies --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d63cd585..5cc1954c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "fastapi >=0.65.2,<0.75.0", + "fastapi >=0.65.2,<0.76.0", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.2", "pyjwt ==2.3.0", diff --git a/requirements.txt b/requirements.txt index 0ac78e9c..db0f7c9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi >=0.65.2,<0.75.0 +fastapi >=0.65.2,<0.76.0 passlib[bcrypt] ==1.7.4 email-validator >=1.1.2,<1.2 pyjwt ==2.3.0