Skip to content

Commit 0f833b6

Browse files
committedApr 25, 2022
update requirements
1 parent e1399d2 commit 0f833b6

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.31.1
6+
rev: v2.32.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -25,7 +25,7 @@ repos:
2525
- flake8-bugbear
2626
- flake8-implicit-str-concat
2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.1.0
28+
rev: v4.2.0
2929
hooks:
3030
- id: fix-byte-order-marker
3131
- id: trailing-whitespace

‎requirements/dev.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ nodeenv==1.6.0
2626
# via pre-commit
2727
pep517==0.12.0
2828
# via pip-tools
29-
pip-compile-multi==2.4.4
29+
pip-compile-multi==2.4.5
3030
# via -r requirements/dev.in
31-
pip-tools==6.5.1
31+
pip-tools==6.6.0
3232
# via pip-compile-multi
33-
platformdirs==2.5.1
33+
platformdirs==2.5.2
3434
# via virtualenv
35-
pre-commit==2.17.0
35+
pre-commit==2.18.1
3636
# via -r requirements/dev.in
3737
pyyaml==6.0
3838
# via pre-commit
@@ -46,9 +46,9 @@ toml==0.10.2
4646
# tox
4747
toposort==1.7
4848
# via pip-compile-multi
49-
tox==3.24.5
49+
tox==3.25.0
5050
# via -r requirements/dev.in
51-
virtualenv==20.14.0
51+
virtualenv==20.14.1
5252
# via
5353
# pre-commit
5454
# tox

‎requirements/docs.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
alabaster==0.7.12
99
# via sphinx
10-
babel==2.9.1
10+
babel==2.10.1
1111
# via sphinx
1212
certifi==2021.10.8
1313
# via requests
@@ -31,11 +31,11 @@ packaging==21.3
3131
# sphinx
3232
pallets-sphinx-themes==2.0.2
3333
# via -r requirements/docs.in
34-
pygments==2.11.2
34+
pygments==2.12.0
3535
# via
3636
# sphinx
3737
# sphinx-tabs
38-
pyparsing==3.0.7
38+
pyparsing==3.0.8
3939
# via packaging
4040
pytz==2022.1
4141
# via babel

‎requirements/tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ pluggy==1.0.0
1515
# via pytest
1616
py==1.11.0
1717
# via pytest
18-
pyparsing==3.0.7
18+
pyparsing==3.0.8
1919
# via packaging
20-
pytest==7.1.1
20+
pytest==7.1.2
2121
# via -r requirements/tests.in
2222
tomli==2.0.1
2323
# via pytest

‎requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ mypy-extensions==0.4.3
1111
# via mypy
1212
tomli==2.0.1
1313
# via mypy
14-
typing-extensions==4.1.1
14+
typing-extensions==4.2.0
1515
# via mypy

0 commit comments

Comments
 (0)