Skip to content

Commit 7d1ce4c

Browse files
authored
Update dev requirements (#1252)
2 parents 71c521d + e549c0e commit 7d1ce4c

File tree

6 files changed

+50
-41
lines changed

6 files changed

+50
-41
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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: v3.7.0
6+
rev: v3.10.1
77
hooks:
88
- id: pyupgrade
99
args: ["--py38-plus"]
@@ -14,12 +14,12 @@ repos:
1414
files: "^(?!examples/)"
1515
args: ["--py38-plus", "--application-directories", "src"]
1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 23.7.0
1818
hooks:
1919
- id: black
2020
args: ["--target-version", "py38"]
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 6.0.0
22+
rev: 6.1.0
2323
hooks:
2424
- id: flake8
2525
additional_dependencies:

requirements/dev.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,61 +8,61 @@
88
-r docs.txt
99
-r mypy.txt
1010
-r tests.txt
11-
build==0.10.0
11+
build==1.0.3
1212
# via pip-tools
1313
cachetools==5.3.1
1414
# via tox
15-
cfgv==3.3.1
15+
cfgv==3.4.0
1616
# via pre-commit
17-
chardet==5.1.0
17+
chardet==5.2.0
1818
# via tox
19-
click==8.1.3
19+
click==8.1.7
2020
# via
2121
# pip-compile-multi
2222
# pip-tools
2323
colorama==0.4.6
2424
# via tox
25-
coverage[toml]==7.2.7
25+
coverage[toml]==7.3.1
2626
# via
2727
# -r requirements/dev.in
2828
# pytest-cov
29-
distlib==0.3.6
29+
distlib==0.3.7
3030
# via virtualenv
31-
filelock==3.12.2
31+
filelock==3.12.3
3232
# via
3333
# tox
3434
# virtualenv
35-
identify==2.5.24
35+
identify==2.5.27
3636
# via pre-commit
3737
nodeenv==1.8.0
3838
# via pre-commit
3939
pip-compile-multi==2.6.3
4040
# via -r requirements/dev.in
41-
pip-tools==6.13.0
41+
pip-tools==7.3.0
4242
# via pip-compile-multi
43-
platformdirs==3.8.0
43+
platformdirs==3.10.0
4444
# via
4545
# tox
4646
# virtualenv
47-
pre-commit==3.3.3
47+
pre-commit==3.4.0
4848
# via -r requirements/dev.in
49-
pyproject-api==1.5.2
49+
pyproject-api==1.6.1
5050
# via tox
5151
pyproject-hooks==1.0.0
5252
# via build
5353
pytest-cov==4.1.0
5454
# via -r requirements/dev.in
55-
pyyaml==6.0
55+
pyyaml==6.0.1
5656
# via pre-commit
5757
toposort==1.10
5858
# via pip-compile-multi
59-
tox==4.6.3
59+
tox==4.11.3
6060
# via -r requirements/dev.in
61-
virtualenv==20.23.1
61+
virtualenv==20.24.5
6262
# via
6363
# pre-commit
6464
# tox
65-
wheel==0.40.0
65+
wheel==0.41.2
6666
# via pip-tools
6767

6868
# The following packages are considered to be unsafe in a requirements file:

requirements/docs.txt

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ babel==2.12.1
1111
# via sphinx
1212
certifi==2023.7.22
1313
# via requests
14-
charset-normalizer==3.1.0
14+
charset-normalizer==3.2.0
1515
# via requests
1616
docutils==0.20.1
1717
# via sphinx
@@ -28,34 +28,39 @@ packaging==23.1
2828
# pallets-sphinx-themes
2929
# sphinx
3030
pallets-sphinx-themes==2.1.1
31-
# via -r docs.in
32-
pygments==2.15.1
31+
# via -r requirements/docs.in
32+
pygments==2.16.1
3333
# via sphinx
3434
requests==2.31.0
3535
# via sphinx
3636
snowballstemmer==2.2.0
3737
# via sphinx
38-
sphinx==7.0.1
38+
sphinx==7.2.5
3939
# via
40-
# -r docs.in
40+
# -r requirements/docs.in
4141
# pallets-sphinx-themes
4242
# sphinx-issues
43+
# sphinxcontrib-applehelp
44+
# sphinxcontrib-devhelp
45+
# sphinxcontrib-htmlhelp
4346
# sphinxcontrib-log-cabinet
47+
# sphinxcontrib-qthelp
48+
# sphinxcontrib-serializinghtml
4449
sphinx-issues==3.0.1
45-
# via -r docs.in
46-
sphinxcontrib-applehelp==1.0.4
50+
# via -r requirements/docs.in
51+
sphinxcontrib-applehelp==1.0.7
4752
# via sphinx
48-
sphinxcontrib-devhelp==1.0.2
53+
sphinxcontrib-devhelp==1.0.5
4954
# via sphinx
50-
sphinxcontrib-htmlhelp==2.0.1
55+
sphinxcontrib-htmlhelp==2.0.4
5156
# via sphinx
5257
sphinxcontrib-jsmath==1.0.1
5358
# via sphinx
5459
sphinxcontrib-log-cabinet==1.0.1
55-
# via -r docs.in
56-
sphinxcontrib-qthelp==1.0.3
60+
# via -r requirements/docs.in
61+
sphinxcontrib-qthelp==1.0.6
5762
# via sphinx
58-
sphinxcontrib-serializinghtml==1.1.5
63+
sphinxcontrib-serializinghtml==1.1.9
5964
# via sphinx
60-
urllib3==2.0.3
65+
urllib3==2.0.4
6166
# via requests

requirements/mypy.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@
55
#
66
# pip-compile-multi
77
#
8+
greenlet==2.0.2
9+
# via sqlalchemy
810
iniconfig==2.0.0
911
# via pytest
10-
mypy==1.4.1
12+
mypy==1.5.1
1113
# via -r requirements/mypy.in
1214
mypy-extensions==1.0.0
1315
# via mypy
1416
packaging==23.1
1517
# via pytest
16-
pluggy==1.2.0
18+
pluggy==1.3.0
1719
# via pytest
18-
pytest==7.4.0
20+
pytest==7.4.2
1921
# via -r requirements/mypy.in
20-
sqlalchemy==2.0.17
22+
sqlalchemy==2.0.20
2123
# via -r requirements/mypy.in
22-
typing-extensions==4.6.3
24+
typing-extensions==4.7.1
2325
# via
2426
# mypy
2527
# sqlalchemy

requirements/tests-min.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
#
66
# pip-compile-multi
77
#
8-
click==8.1.3
8+
click==8.1.7
99
# via flask
1010
flask==2.2.5
1111
# via -r requirements/tests-min.in
12+
greenlet==2.0.2
13+
# via sqlalchemy
1214
itsdangerous==2.1.2
1315
# via flask
1416
jinja2==3.1.2
@@ -19,7 +21,7 @@ markupsafe==2.1.3
1921
# werkzeug
2022
sqlalchemy==2.0.16
2123
# via -r requirements/tests-min.in
22-
typing-extensions==4.6.3
24+
typing-extensions==4.7.1
2325
# via sqlalchemy
2426
werkzeug==2.2.3
2527
# via

requirements/tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ iniconfig==2.0.0
1111
# via pytest
1212
packaging==23.1
1313
# via pytest
14-
pluggy==1.2.0
14+
pluggy==1.3.0
1515
# via pytest
16-
pytest==7.4.0
16+
pytest==7.4.2
1717
# via -r requirements/tests.in

0 commit comments

Comments
 (0)