From 5b76d5d90a7e47bb6faefa337715f13a9d37f3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 13 May 2021 17:20:08 +0200 Subject: [PATCH] Bump dependencies --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c615b76..97bbf776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ classifiers = [ description-file = "README.md" requires-python = ">=3.7" requires = [ - "fastapi >=0.54.0,<0.64.0", + "fastapi >=0.54.0,<0.66.0", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.2", - "pyjwt ==2.0.1", + "pyjwt ==2.1.0", "python-multipart ==0.0.5", "makefun >=1.9.2,<1.12", "typing-extensions >=3.7.4.3; python_version < '3.8'", diff --git a/requirements.txt b/requirements.txt index c1ac0479..8a94259a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -fastapi >=0.63.0,<0.64.0 +fastapi >=0.63.0,<0.66.0 passlib[bcrypt] ==1.7.4 email-validator >=1.1.2,<1.2 sqlalchemy >=1.3.23,<1.4 databases[postgresql, sqlite] >=0.3.2,<0.5 -pyjwt ==2.0.1 +pyjwt ==2.1.0 python-multipart ==0.0.5 motor >=2.3.1,<3.0.0 tortoise-orm >=0.17.1,<0.18.0