diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8bd6a3c..eabab8ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,17 +34,17 @@ repos: stages: [manual] # disabled due to artificial limit on Python 3.10 - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.18.0 + rev: v1.19.0 hooks: - id: setup-cfg-fmt diff --git a/setup.cfg b/setup.cfg index db9ee637..4dadd79b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = packaging tomli dataclasses;python_version < '3.7' - typing_extensions>=3.10.0.0;python_version < '3.8' + typing-extensions>=3.10.0.0;python_version < '3.8' python_requires = >=3.6 include_package_data = True zip_safe = False