Commit 7096b2c committed Jul 13, 2022 Verified
1 parent 94233fc commit 7096b2c Copy full SHA for 7096b2c
File tree 6 files changed +29
-24
lines changed
6 files changed +29
-24
lines changed Original file line number Diff line number Diff line change 3
3
autoupdate_schedule : monthly
4
4
repos :
5
5
- repo : https://github.com/asottile/pyupgrade
6
- rev : v2.34.0
6
+ rev : v2.37.1
7
7
hooks :
8
8
- id : pyupgrade
9
9
args : ["--py36-plus"]
10
10
- repo : https://github.com/asottile/reorder_python_imports
11
- rev : v3.3.0
11
+ rev : v3.8.1
12
12
hooks :
13
13
- id : reorder-python-imports
14
14
name : Reorder Python imports (src, tests)
Original file line number Diff line number Diff line change 8
8
-r docs.txt
9
9
-r tests.txt
10
10
-r typing.txt
11
+ build==0.8.0
12
+ # via pip-tools
11
13
cfgv==3.3.1
12
14
# via pre-commit
13
15
click==8.1.3
@@ -24,17 +26,17 @@ greenlet==1.1.2 ; python_version < "3.11"
24
26
# via -r requirements/tests.in
25
27
identify==2.5.1
26
28
# via pre-commit
27
- nodeenv==1.6 .0
29
+ nodeenv==1.7 .0
28
30
# via pre-commit
29
31
pep517==0.12.0
30
- # via pip-tools
32
+ # via build
31
33
pip-compile-multi==2.4.5
32
34
# via -r requirements/dev.in
33
- pip-tools==6.6.2
35
+ pip-tools==6.8.0
34
36
# via pip-compile-multi
35
37
platformdirs==2.5.2
36
38
# via virtualenv
37
- pre-commit==2.19 .0
39
+ pre-commit==2.20 .0
38
40
# via -r requirements/dev.in
39
41
pyyaml==6.0
40
42
# via pre-commit
@@ -48,9 +50,9 @@ toml==0.10.2
48
50
# tox
49
51
toposort==1.7
50
52
# via pip-compile-multi
51
- tox==3.25.0
53
+ tox==3.25.1
52
54
# via -r requirements/dev.in
53
- virtualenv==20.14 .1
55
+ virtualenv==20.15 .1
54
56
# via
55
57
# pre-commit
56
58
# tox
Original file line number Diff line number Diff line change 1
1
Pallets-Sphinx-Themes
2
- Sphinx
2
+ # sphinx 5 introduced error in references from werkzeug in docstrings
3
+ Sphinx < 5
3
4
sphinx-issues
4
5
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
Original file line number Diff line number Diff line change 1
- # SHA1:34fd4ca6516e97c7348e6facdd9c4ebb68209d1c
1
+ # SHA1:323f1c1134d78952ea63131c187303def63b56bd
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
7
7
#
8
8
alabaster==0.7.12
9
9
# via sphinx
10
- babel==2.10.1
10
+ babel==2.10.3
11
11
# via sphinx
12
- certifi==2022.5.18.1
12
+ certifi==2022.6.15
13
13
# via requests
14
- charset-normalizer==2.0.12
14
+ charset-normalizer==2.1.0
15
15
# via requests
16
16
docutils==0.17.1
17
17
# via
18
18
# sphinx
19
19
# sphinx-tabs
20
20
idna==3.3
21
21
# via requests
22
- imagesize==1.3.0
22
+ imagesize==1.4.1
23
23
# via sphinx
24
24
jinja2==3.1.2
25
25
# via sphinx
@@ -39,7 +39,7 @@ pyparsing==3.0.9
39
39
# via packaging
40
40
pytz==2022.1
41
41
# via babel
42
- requests==2.27 .1
42
+ requests==2.28 .1
43
43
# via sphinx
44
44
snowballstemmer==2.2.0
45
45
# via sphinx
@@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
68
68
# via sphinx
69
69
sphinxcontrib-serializinghtml==1.1.5
70
70
# via sphinx
71
- urllib3==1.26.9
71
+ urllib3==1.26.10
72
72
# via requests
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ markupsafe @ https://github.com/pallets/markupsafe/archive/refs/heads/main.tar.g
15
15
# via
16
16
# -r requirements/tests-pallets-dev.in
17
17
# jinja2
18
+ # werkzeug
18
19
werkzeug @ https://github.com/pallets/werkzeug/archive/refs/heads/main.tar.gz
19
20
# via -r requirements/tests-pallets-dev.in
Original file line number Diff line number Diff line change 5
5
#
6
6
# pip-compile-multi
7
7
#
8
- cffi==1.15.0
8
+ cffi==1.15.1
9
9
# via cryptography
10
- cryptography==37.0.2
10
+ cryptography==37.0.4
11
11
# via -r requirements/typing.in
12
- mypy==0.960
12
+ mypy==0.961
13
13
# via -r requirements/typing.in
14
14
mypy-extensions==0.4.3
15
15
# via mypy
16
16
pycparser==2.21
17
17
# via cffi
18
18
tomli==2.0.1
19
19
# via mypy
20
- types-contextvars==2.4.6
20
+ types-contextvars==2.4.7
21
21
# via -r requirements/typing.in
22
- types-dataclasses==0.6.5
22
+ types-dataclasses==0.6.6
23
23
# via -r requirements/typing.in
24
- types-setuptools==57.4.17
24
+ types-setuptools==62.6.1
25
25
# via -r requirements/typing.in
26
- typing-extensions==4.2 .0
26
+ typing-extensions==4.3 .0
27
27
# via mypy
You can’t perform that action at this time.
0 commit comments