diff --git a/pyproject.toml b/pyproject.toml index 81d9cce..00f8c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ yamllint="^1.35.0" isort = "^6.0.1" toml = "^0.10.0" black = "^26.1.0" -pytest = "^9.0.3" +pytest = "^9.1.1" httpx = { version = ">=0.28.1", optional = true } pytest-cov = "^6.0.0" coverage = "^7.14.1"