From ac0b16f8d72d8d0ba5040b3742f09192db252af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 18 Feb 2022 11:01:43 +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 605d64cf..f858ae67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "fastapi >=0.65.2,<0.74.0", + "fastapi >=0.65.2,<0.75.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 fc6212f7..0ac78e9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi >=0.65.2,<0.74.0 +fastapi >=0.65.2,<0.75.0 passlib[bcrypt] ==1.7.4 email-validator >=1.1.2,<1.2 pyjwt ==2.3.0