Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 25, 2022
1 parent 990602f commit 466a200
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -23,11 +23,11 @@ repos:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/peterdemin/pip-compile-multi
rev: v2.4.4
rev: v2.4.5
hooks:
- id: pip-compile-multi-verify
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ nodeenv==1.6.0
# via pre-commit
pep517==0.12.0
# via pip-tools
pip-compile-multi==2.4.4
pip-compile-multi==2.4.5
# via -r requirements/dev.in
pip-tools==6.5.1
pip-tools==6.6.0
# via pip-compile-multi
platformdirs==2.5.1
platformdirs==2.5.2
# via virtualenv
pre-commit==2.17.0
pre-commit==2.18.1
# via -r requirements/dev.in
pyyaml==6.0
# via pre-commit
Expand All @@ -46,9 +46,9 @@ toml==0.10.2
# tox
toposort==1.7
# via pip-compile-multi
tox==3.24.5
tox==3.25.0
# via -r requirements/dev.in
virtualenv==20.14.0
virtualenv==20.14.1
# via
# pre-commit
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
alabaster==0.7.12
# via sphinx
babel==2.9.1
babel==2.10.1
# via sphinx
certifi==2021.10.8
# via requests
Expand All @@ -29,9 +29,9 @@ packaging==21.3
# sphinx
pallets-sphinx-themes==2.0.2
# via -r requirements/docs.in
pygments==2.11.2
pygments==2.12.0
# via sphinx
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pytz==2022.1
# via babel
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pytest==7.1.1
pytest==7.1.2
# via -r requirements/tests.in
tomli==2.0.1
# via pytest
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ mypy-extensions==0.4.3
# via mypy
tomli==2.0.1
# via mypy
typing-extensions==4.1.1
typing-extensions==4.2.0
# via mypy

0 comments on commit 466a200

Please sign in to comment.