Bump dependencies

This commit is contained in:
François Voron
2021-11-07 10:31:34 +01:00
parent bef4cf0442
commit 8ce7855e50
2 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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