diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70d6e953..2191f6d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,14 +49,14 @@ repos: hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==23.2.13 - - flake8-comprehensions==3.10.1 + - flake8-bugbear==23.3.12 + - flake8-comprehensions==3.11.1 - flake8-pytest-style==1.7.2 - flake8-spellcheck==0.28 - flake8-unused-arguments==0.0.13 - - flake8-noqa==1.3 + - flake8-noqa==1.3.1 - pep8-naming==0.13.3 - - flake8-pyproject==1.2.2 + - flake8-pyproject==1.2.3 - repo: https://github.com/pre-commit/mirrors-prettier rev: "v2.7.1" hooks: diff --git a/pyproject.toml b/pyproject.toml index 92bcefa2..c1b2de1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ optional-dependencies.docs = [ ] optional-dependencies.testing = [ "covdefaults>=2.3", - "coverage>=7.2.1", + "coverage>=7.2.2", "pytest>=7.2.2", "pytest-cov>=4", "pytest-timeout>=2.1", diff --git a/tox.ini b/tox.ini index 64bd45fb..e847fd1d 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ passenv = basepython = python3.10 skip_install = true deps = - pre-commit>=3.1.1 + pre-commit>=3.2 commands = pre-commit run --all-files --show-diff-on-failure python -c 'import pathlib; print("hint: run \{\} install to add checks as pre-commit hook".format(pathlib.Path(r"{envdir}") / "bin" / "pre-commit"))' @@ -63,7 +63,7 @@ setenv = skip_install = true deps = covdefaults>=2.3 - coverage[toml]>=7.2.1 + coverage[toml]>=7.2.2 diff-cover>=7.5 extras = parallel_show_output = true