diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7607a5..246700e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,14 +45,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 9c4bb6a..558a221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,12 +46,12 @@ optional-dependencies.docs = [ ] optional-dependencies.testing = [ "covdefaults>=2.3", - 'importlib-metadata>=6; python_version < "3.8"', + 'importlib-metadata>=6.1; python_version < "3.8"', "pytest>=7.2.2", "pytest-cov>=4", "pytest-mock>=3.10", - "virtualenv>=20.20", - "wheel>=0.38.4", + "virtualenv>=20.21", + "wheel>=0.40", ] urls.Homepage = "http://pyproject_api.readthedocs.org" urls.Source = "https://github.com/tox-dev/pyproject-api" diff --git a/tox.ini b/tox.ini index 67af370..decc76b 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ passenv = PROGRAMDATA skip_install = true deps = - pre-commit>=3.1.1 + pre-commit>=3.2 commands = pre-commit run --all-files --show-diff-on-failure {tty:--color=always} {posargs}