⬆️ Upgrade python-jose dependency for tests (#3468)

This commit is contained in:
Sebastián Ramírez
2021-07-05 13:45:03 +02:00
committed by GitHub
parent dfd453e001
commit 8cc6f9baac

View File

@@ -73,7 +73,7 @@ doc = [
"pyyaml >=5.3.1,<6.0.0"
]
dev = [
"python-jose[cryptography] >=3.1.0,<4.0.0",
"python-jose[cryptography] >=3.3.0,<4.0.0",
"passlib[bcrypt] >=1.7.2,<2.0.0",
"autoflake >=1.3.1,<2.0.0",
"flake8 >=3.8.3,<4.0.0",