Skip to content

Commit

Permalink
MAINT: pre-commit / requirements.txt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jun 12, 2022
1 parent 55f7c7b commit e95e939
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 2 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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]
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e95e939

Please sign in to comment.