diff --git a/pyproject.toml b/pyproject.toml index 7d89759..ae62b7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ aws = ["boto3>=1.34"] gcp = ["google-cloud-kms>=2.21"] azure = ["azure-keyvault-keys>=4.9", "azure-identity>=1.16"] vault = ["hvac>=2.1"] -dev = ["pytest>=8", "botocore>=1.34"] +dev = ["pytest>=9.0.3", "botocore>=1.34"] [tool.pytest.ini_options] testpaths = ["tests"]