diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1abf6d0..9a3ad4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: flake8 additional_dependencies: - flake8-bugbear==23.3.23 - - flake8-comprehensions==3.11.1 + - flake8-comprehensions==3.12 - flake8-pytest-style==1.7.2 - flake8-spellcheck==0.28 - flake8-unused-arguments==0.0.13 diff --git a/pyproject.toml b/pyproject.toml index ad54bb0..b5b8daa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = [ "version", ] dependencies = [ - "pytest>=7.2.2", + "pytest>=7.3.1", ] optional-dependencies.test = [ "coverage>=7.2.3",