Skip to content

Commit 42a36a3

Browse files
Bump the python-requirements group in /requirements with 6 updates (pallets-eco#1305)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfe54ca commit 42a36a3

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

requirements/dev.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ blinker==1.7.0
1212
# via -r tests.in
1313
build==1.0.3
1414
# via pip-tools
15-
cachetools==5.3.1
15+
cachetools==5.3.2
1616
# via tox
1717
certifi==2023.7.22
1818
# via requests
@@ -34,7 +34,7 @@ distlib==0.3.7
3434
# via virtualenv
3535
docutils==0.20.1
3636
# via sphinx
37-
filelock==3.12.3
37+
filelock==3.13.1
3838
# via
3939
# tox
4040
# virtualenv
@@ -52,13 +52,13 @@ jinja2==3.1.3
5252
# via sphinx
5353
markupsafe==2.1.3
5454
# via jinja2
55-
mypy==1.7.1
55+
mypy==1.8.0
5656
# via -r mypy.in
5757
mypy-extensions==1.0.0
5858
# via mypy
5959
nodeenv==1.8.0
6060
# via pre-commit
61-
packaging==23.1
61+
packaging==23.2
6262
# via
6363
# build
6464
# pallets-sphinx-themes
@@ -70,23 +70,23 @@ pallets-sphinx-themes==2.1.1
7070
# via -r docs.in
7171
pip-tools==7.3.0
7272
# via -r dev.in
73-
platformdirs==3.10.0
73+
platformdirs==4.1.0
7474
# via
7575
# tox
7676
# virtualenv
7777
pluggy==1.3.0
7878
# via
7979
# pytest
8080
# tox
81-
pre-commit==3.5.0
81+
pre-commit==3.6.0
8282
# via -r dev.in
8383
pygments==2.16.1
8484
# via sphinx
8585
pyproject-api==1.6.1
8686
# via tox
8787
pyproject-hooks==1.0.0
8888
# via build
89-
pytest==7.4.3
89+
pytest==7.4.4
9090
# via
9191
# -r mypy.in
9292
# -r tests.in
@@ -126,17 +126,17 @@ sphinxcontrib-qthelp==1.0.6
126126
# via sphinx
127127
sphinxcontrib-serializinghtml==1.1.9
128128
# via sphinx
129-
sqlalchemy==2.0.23
129+
sqlalchemy==2.0.25
130130
# via -r mypy.in
131-
tox==4.11.4
131+
tox==4.12.0
132132
# via -r dev.in
133133
typing-extensions==4.7.1
134134
# via
135135
# mypy
136136
# sqlalchemy
137137
urllib3==2.0.7
138138
# via requests
139-
virtualenv==20.24.5
139+
virtualenv==20.25.0
140140
# via
141141
# pre-commit
142142
# tox

requirements/mypy.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ greenlet==2.0.2
88
# via sqlalchemy
99
iniconfig==2.0.0
1010
# via pytest
11-
mypy==1.7.1
11+
mypy==1.8.0
1212
# via -r mypy.in
1313
mypy-extensions==1.0.0
1414
# via mypy
1515
packaging==23.1
1616
# via pytest
1717
pluggy==1.3.0
1818
# via pytest
19-
pytest==7.4.3
19+
pytest==7.4.4
2020
# via -r mypy.in
21-
sqlalchemy==2.0.23
21+
sqlalchemy==2.0.25
2222
# via -r mypy.in
2323
typing-extensions==4.7.1
2424
# via

requirements/tests.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66
#
77
blinker==1.7.0
88
# via -r tests.in
9-
coverage[toml]==7.3.2
9+
coverage[toml]==7.4.0
1010
# via
1111
# -r tests.in
12-
# coverage
1312
# pytest-cov
1413
iniconfig==2.0.0
1514
# via pytest
1615
packaging==23.1
1716
# via pytest
1817
pluggy==1.3.0
1918
# via pytest
20-
pytest==7.4.3
19+
pytest==7.4.4
2120
# via
2221
# -r tests.in
2322
# pytest-cov

0 commit comments

Comments
 (0)