Skip to content

Commit 7096b2c

Browse files
committedJul 13, 2022
update requirements
1 parent 94233fc commit 7096b2c

File tree

6 files changed

+29
-24
lines changed

6 files changed

+29
-24
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v2.34.0
6+
rev: v2.37.1
77
hooks:
88
- id: pyupgrade
99
args: ["--py36-plus"]
1010
- repo: https://github.com/asottile/reorder_python_imports
11-
rev: v3.3.0
11+
rev: v3.8.1
1212
hooks:
1313
- id: reorder-python-imports
1414
name: Reorder Python imports (src, tests)

‎requirements/dev.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
-r docs.txt
99
-r tests.txt
1010
-r typing.txt
11+
build==0.8.0
12+
# via pip-tools
1113
cfgv==3.3.1
1214
# via pre-commit
1315
click==8.1.3
@@ -24,17 +26,17 @@ greenlet==1.1.2 ; python_version < "3.11"
2426
# via -r requirements/tests.in
2527
identify==2.5.1
2628
# via pre-commit
27-
nodeenv==1.6.0
29+
nodeenv==1.7.0
2830
# via pre-commit
2931
pep517==0.12.0
30-
# via pip-tools
32+
# via build
3133
pip-compile-multi==2.4.5
3234
# via -r requirements/dev.in
33-
pip-tools==6.6.2
35+
pip-tools==6.8.0
3436
# via pip-compile-multi
3537
platformdirs==2.5.2
3638
# via virtualenv
37-
pre-commit==2.19.0
39+
pre-commit==2.20.0
3840
# via -r requirements/dev.in
3941
pyyaml==6.0
4042
# via pre-commit
@@ -48,9 +50,9 @@ toml==0.10.2
4850
# tox
4951
toposort==1.7
5052
# via pip-compile-multi
51-
tox==3.25.0
53+
tox==3.25.1
5254
# via -r requirements/dev.in
53-
virtualenv==20.14.1
55+
virtualenv==20.15.1
5456
# via
5557
# pre-commit
5658
# tox

‎requirements/docs.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Pallets-Sphinx-Themes
2-
Sphinx
2+
# sphinx 5 introduced error in references from werkzeug in docstrings
3+
Sphinx < 5
34
sphinx-issues
45
sphinxcontrib-log-cabinet
5-
sphinx-tabs
6+
# sphinx-tabs 3.4 requires docutils 0.18, sphinx < 5 requires < 0.18
7+
sphinx-tabs < 3.4

‎requirements/docs.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:34fd4ca6516e97c7348e6facdd9c4ebb68209d1c
1+
# SHA1:323f1c1134d78952ea63131c187303def63b56bd
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -7,19 +7,19 @@
77
#
88
alabaster==0.7.12
99
# via sphinx
10-
babel==2.10.1
10+
babel==2.10.3
1111
# via sphinx
12-
certifi==2022.5.18.1
12+
certifi==2022.6.15
1313
# via requests
14-
charset-normalizer==2.0.12
14+
charset-normalizer==2.1.0
1515
# via requests
1616
docutils==0.17.1
1717
# via
1818
# sphinx
1919
# sphinx-tabs
2020
idna==3.3
2121
# via requests
22-
imagesize==1.3.0
22+
imagesize==1.4.1
2323
# via sphinx
2424
jinja2==3.1.2
2525
# via sphinx
@@ -39,7 +39,7 @@ pyparsing==3.0.9
3939
# via packaging
4040
pytz==2022.1
4141
# via babel
42-
requests==2.27.1
42+
requests==2.28.1
4343
# via sphinx
4444
snowballstemmer==2.2.0
4545
# via sphinx
@@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
6868
# via sphinx
6969
sphinxcontrib-serializinghtml==1.1.5
7070
# via sphinx
71-
urllib3==1.26.9
71+
urllib3==1.26.10
7272
# via requests

‎requirements/tests-pallets-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ markupsafe @ https://github.com/pallets/markupsafe/archive/refs/heads/main.tar.g
1515
# via
1616
# -r requirements/tests-pallets-dev.in
1717
# jinja2
18+
# werkzeug
1819
werkzeug @ https://github.com/pallets/werkzeug/archive/refs/heads/main.tar.gz
1920
# via -r requirements/tests-pallets-dev.in

‎requirements/typing.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
#
66
# pip-compile-multi
77
#
8-
cffi==1.15.0
8+
cffi==1.15.1
99
# via cryptography
10-
cryptography==37.0.2
10+
cryptography==37.0.4
1111
# via -r requirements/typing.in
12-
mypy==0.960
12+
mypy==0.961
1313
# via -r requirements/typing.in
1414
mypy-extensions==0.4.3
1515
# via mypy
1616
pycparser==2.21
1717
# via cffi
1818
tomli==2.0.1
1919
# via mypy
20-
types-contextvars==2.4.6
20+
types-contextvars==2.4.7
2121
# via -r requirements/typing.in
22-
types-dataclasses==0.6.5
22+
types-dataclasses==0.6.6
2323
# via -r requirements/typing.in
24-
types-setuptools==57.4.17
24+
types-setuptools==62.6.1
2525
# via -r requirements/typing.in
26-
typing-extensions==4.2.0
26+
typing-extensions==4.3.0
2727
# via mypy

0 commit comments

Comments
 (0)
Please sign in to comment.