diff --git a/pyproject.toml b/pyproject.toml index 2fcfd8b135..5ea21458ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ classifiers = [ [project.optional-dependencies] development = [ - "coverage==7.6.3", + "coverage==7.6.4", "pre-commit>=3.5.0", "pytest==8.3.3", "pytest-randomly==3.16.0", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index e2b3400721..20d8ad78aa 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -15,7 +15,7 @@ urllib3>=1.24.3,<2.3 GitPython==3.1.43 pip pydantic==2.9.2 -coverage==7.6.3 +coverage==7.6.4 pre-commit>=3.5.0 pytest==8.3.3 pytest-randomly==3.16.0