]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade python-jose dependency for tests (#3468)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 5 Jul 2021 11:45:03 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 11:45:03 +0000 (13:45 +0200)
pyproject.toml

index 25440bde4b08feba0e7d0022d00d16d6c2707bee..dcb03504ce7ce0b08f6a919a50dfcffc439d85dc 100644 (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",