diff --git a/pyproject.toml b/pyproject.toml index 35dce5b..83bbe2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,19 +44,19 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.4", - "pytest-asyncio>=0.23", - "pytest-cov>=5.0", - "hypothesis>=6.0", - "ruff>=0.4.0", - "mypy>=1.10", - "bandit>=1.7", - "pip-audit>=2.7", - "httpx>=0.27", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "pytest-cov>=7.1.0", + "hypothesis>=6.168.0", + "ruff>=0.16.8", + "mypy>=2.3.1", + "bandit>=1.9.4", + "pip-audit>=2.10.1", + "httpx>=0.28.1", ] security = [ - "bandit>=1.7", - "pip-audit>=2.7", + "bandit>=1.9.4", + "pip-audit>=2.10.1", ] gcs = [ "google-cloud-storage>=2.10",