diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44115011d..78c005255 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: - flake8-pytest-style==1.6 - flake8-spellcheck==0.28 - flake8-unused-arguments==0.0.12 - - flake8-noqa==1.2.9 + - flake8-noqa==1.3 - pep8-naming==0.13.2 - repo: https://github.com/pre-commit/mirrors-prettier rev: "v2.7.1" diff --git a/pyproject.toml b/pyproject.toml index 062711b28..c7ab29864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "pyproject-api>=1.1.2", 'tomli>=2.0.1; python_version < "3.11"', "virtualenv>=20.16.7", - 'importlib-metadata>=5; python_version < "3.8"', + 'importlib-metadata>=5.1; python_version < "3.8"', 'typing-extensions>=4.4; python_version < "3.8"', ] optional-dependencies.docs = [