⬆️ 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ doc = [
"pyyaml >=5.3.1,<6.0.0" "pyyaml >=5.3.1,<6.0.0"
] ]
dev = [ 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", "passlib[bcrypt] >=1.7.2,<2.0.0",
"autoflake >=1.3.1,<2.0.0", "autoflake >=1.3.1,<2.0.0",
"flake8 >=3.8.3,<4.0.0", "flake8 >=3.8.3,<4.0.0",