diff --git a/.isort.cfg b/.isort.cfg index bd8942df2..7a50801f4 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -4,4 +4,4 @@ indent=' ' multi_line_output=3 length_sort=0 include_trailing_comma=True -known_third_party = dataclasses,pytest,setuptools +known_third_party = pytest,setuptools diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 699f0fe49..9b473c459 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # pre-commit run --all-files repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.3.0 hooks: - id: check-ast - id: check-byte-order-marker @@ -24,10 +24,6 @@ repos: # rev: v0.942 # hooks: # - id: mypy -- repo: https://github.com/asottile/seed-isort-config - rev: v2.2.0 - hooks: - - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-isort rev: v5.10.1 hooks: @@ -48,7 +44,7 @@ repos: - id: blacken-docs additional_dependencies: [black==22.1.0] - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.34.0 hooks: - id: pyupgrade args: [--py36-plus] diff --git a/requirements/ci.txt b/requirements/ci.txt index 5a63727fe..edfd571f2 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -28,9 +28,9 @@ iniconfig==1.1.1 # via pytest mccabe==0.6.1 # via flake8 -more-itertools==8.12.0 +more-itertools==8.13.0 # via flake8-implicit-str-concat -mypy==0.950 +mypy==0.961 # via -r requirements/ci.in mypy-extensions==0.4.3 # via mypy @@ -48,7 +48,7 @@ pycodestyle==2.8.0 # via flake8 pyflakes==2.4.0 # via flake8 -pyparsing==3.0.8 +pyparsing==3.0.9 # via packaging pytest==7.0.1 # via @@ -60,11 +60,11 @@ tomli==1.2.3 # via # mypy # pytest -typed-ast==1.5.3 +typed-ast==1.5.4 # via mypy typeguard==2.13.3 # via -r requirements/ci.in -types-pillow==9.0.14 +types-pillow==9.0.19 # via -r requirements/ci.in typing-extensions==4.1.1 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index be07e211e..273492207 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ black==22.3.0 # via -r requirements/dev.in bleach==4.1.0 # via readme-renderer -certifi==2021.10.8 +certifi==2022.5.18.1 # via requests cffi==1.15.0 # via cryptography @@ -26,7 +26,7 @@ colorama==0.4.4 # via twine coverage[toml]==6.2 # via pytest-cov -cryptography==37.0.1 +cryptography==37.0.2 # via secretstorage dataclasses==0.8 # via black @@ -77,7 +77,7 @@ pep517==0.12.0 # via pip-tools pip-tools==6.4.0 # via -r requirements/dev.in -pkginfo==1.8.2 +pkginfo==1.8.3 # via twine platformdirs==2.4.0 # via @@ -93,7 +93,7 @@ pycparser==2.21 # via cffi pygments==2.12.0 # via readme-renderer -pyparsing==3.0.8 +pyparsing==3.0.9 # via packaging pytest==7.0.1 # via pytest-cov @@ -129,7 +129,7 @@ tqdm==4.64.0 # via twine twine==3.8.0 # via -r requirements/dev.in -typed-ast==1.5.3 +typed-ast==1.5.4 # via black typing-extensions==4.1.1 # via diff --git a/requirements/docs.txt b/requirements/docs.txt index 5e42a093d..afe10d6a3 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -10,7 +10,7 @@ attrs==21.4.0 # via markdown-it-py babel==2.10.1 # via sphinx -certifi==2021.10.8 +certifi==2022.5.18.1 # via requests charset-normalizer==2.0.12 # via requests @@ -45,7 +45,7 @@ packaging==21.3 # via sphinx pygments==2.12.0 # via sphinx -pyparsing==3.0.8 +pyparsing==3.0.9 # via packaging pytz==2022.1 # via babel