diff --git a/pyproject.toml b/pyproject.toml index 6766609..6b4aea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cloud = ["cryptography>=49.0.0"] s3 = ["boto3>=1.43.29"] jwt = ["PyJWT>=2.8.0"] all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0.3", "cryptography>=49.0.0", "boto3>=1.43.29", "PyJWT>=2.8.0"] -dev = ["pytest>=7.0", "pytest-cov", "ruff", "mypy"] +dev = ["pytest>=9.1.1", "pytest-cov", "ruff", "mypy"] [project.scripts] nexus = "src.cli:app"