diff --git a/pyproject.toml b/pyproject.toml index ec46695..f32aa1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ web = ["fastapi>=0.104.0", "uvicorn>=0.46.0"] yaml = ["pyyaml>=6.0"] cloud = ["cryptography>=41.0.0"] s3 = ["boto3>=1.28.0"] -jwt = ["PyJWT>=2.8.0"] -all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0", "cryptography>=41.0.0", "boto3>=1.28.0", "PyJWT>=2.8.0"] +jwt = ["PyJWT>=2.13.0"] +all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0", "cryptography>=41.0.0", "boto3>=1.28.0", "PyJWT>=2.13.0"] dev = ["pytest>=7.0", "pytest-cov", "ruff", "mypy"] [project.scripts]