From 702ad6be598f41ba697de7feb31a0cd2a595fc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 11 Oct 2021 08:14:16 +0200 Subject: [PATCH] Bump dependencies --- pyproject.toml | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb39831b..0d55cbf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,12 +22,12 @@ classifiers = [ description-file = "README.md" requires-python = ">=3.7" requires = [ - "fastapi >=0.65.2,<0.69.0", + "fastapi >=0.65.2,<0.71.0", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.2", - "pyjwt ==2.1.0", + "pyjwt ==2.2.0", "python-multipart ==0.0.5", - "makefun >=1.9.2,<1.12", + "makefun >=1.9.2,<1.13", ] [tool.flit.metadata.requires-extra] diff --git a/requirements.txt b/requirements.txt index ddc5bbc9..07438833 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -fastapi >=0.65.2,<0.69.0 +fastapi >=0.65.2,<0.71.0 passlib[bcrypt] ==1.7.4 email-validator >=1.1.2,<1.2 -pyjwt ==2.1.0 +pyjwt ==2.2.0 python-multipart ==0.0.5 -makefun >=1.11.2,<1.12 +makefun >=1.11.2,<1.13