From 8ce7855e508d4037c1d30c0fd5ad069ee60b94f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sun, 7 Nov 2021 10:31:34 +0100 Subject: [PATCH] Bump dependencies --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d55cbf0..4b2fcd66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires = [ "fastapi >=0.65.2,<0.71.0", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.2", - "pyjwt ==2.2.0", + "pyjwt ==2.3.0", "python-multipart ==0.0.5", "makefun >=1.9.2,<1.13", ] @@ -44,7 +44,7 @@ ormar = [ "fastapi-users-db-ormar >=1.0.0", ] oauth = [ - "httpx-oauth >=0.3,<0.4" + "httpx-oauth >=0.4,<0.5" ] [tool.flit.metadata.urls] diff --git a/requirements.txt b/requirements.txt index 07438833..7a1db92c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi >=0.65.2,<0.71.0 passlib[bcrypt] ==1.7.4 email-validator >=1.1.2,<1.2 -pyjwt ==2.2.0 +pyjwt ==2.3.0 python-multipart ==0.0.5 makefun >=1.11.2,<1.13