diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9baa41c..d35ab06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: black args: [--line-length=79] - repo: https://github.com/asottile/pyupgrade - rev: v2.19.0 + rev: v2.19.1 hooks: - id: pyupgrade args: [--py36-plus] diff --git a/setup.cfg b/setup.cfg index 1c54260..ade05af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires= pyflakes >= 2.3.0, < 2.4.0 pycodestyle >= 2.7.0, < 2.8.0 mccabe >= 0.6.0, < 0.7.0 - importlib-metadata; python_version<"3.8" + importlib-metadata<4.3; python_version<"3.8" python_requires = >=3.6