Bump dependencies

This commit is contained in:
François Voron
2021-10-11 08:14:16 +02:00
parent fbb934f21b
commit 702ad6be59
2 changed files with 6 additions and 6 deletions

View File

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

View File

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