Skip to content

Commit 1b19289

Browse files
committed
chore: update requirements-dev.txt with pip-compile
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 87b76ad commit 1b19289

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

requirements-dev.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-emit-index-url --resolver=backtracking requirements-dev.in
5+
# pip-compile --no-emit-index-url requirements-dev.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -12,28 +12,28 @@ build==0.10.0
1212
# via pip-tools
1313
cachetools==5.3.1
1414
# via tox
15-
certifi==2023.5.7
15+
certifi==2023.7.22
1616
# via requests
1717
chardet==5.1.0
1818
# via tox
19-
charset-normalizer==3.1.0
19+
charset-normalizer==3.2.0
2020
# via requests
21-
click==8.1.3
21+
click==8.1.6
2222
# via pip-tools
2323
colorama==0.4.6
2424
# via tox
2525
coverage==7.2.7
2626
# via -r requirements-dev.in
27-
cython==0.29.35
27+
cython==3.0.0
2828
# via -r requirements-dev.in
29-
distlib==0.3.6
29+
distlib==0.3.7
3030
# via virtualenv
3131
docutils==0.18.1
3232
# via
3333
# myst-parser
3434
# sphinx
3535
# sphinx-rtd-theme
36-
filelock==3.12.1
36+
filelock==3.12.2
3737
# via
3838
# tox
3939
# virtualenv
@@ -49,19 +49,19 @@ jinja2==3.1.2
4949
# via
5050
# myst-parser
5151
# sphinx
52-
markdown-it-py==2.2.0
52+
markdown-it-py==3.0.0
5353
# via
5454
# mdit-py-plugins
5555
# myst-parser
5656
markupsafe==2.1.3
5757
# via jinja2
5858
mccabe==0.7.0
5959
# via flake8
60-
mdit-py-plugins==0.3.5
60+
mdit-py-plugins==0.4.0
6161
# via myst-parser
6262
mdurl==0.1.2
6363
# via markdown-it-py
64-
myst-parser==1.0.0
64+
myst-parser==2.0.0
6565
# via -r requirements-dev.in
6666
packaging==23.1
6767
# via
@@ -70,13 +70,13 @@ packaging==23.1
7070
# pytest
7171
# sphinx
7272
# tox
73-
pip-tools==6.13.0
73+
pip-tools==7.1.0
7474
# via -r requirements-dev.in
75-
platformdirs==3.5.3
75+
platformdirs==3.9.1
7676
# via
7777
# tox
7878
# virtualenv
79-
pluggy==1.0.0
79+
pluggy==1.2.0
8080
# via
8181
# pytest
8282
# tox
@@ -88,13 +88,13 @@ pyflakes==3.0.1
8888
# via flake8
8989
pygments==2.15.1
9090
# via sphinx
91-
pyproject-api==1.5.1
91+
pyproject-api==1.5.3
9292
# via tox
9393
pyproject-hooks==1.0.0
9494
# via build
95-
pytest==7.3.2
95+
pytest==7.4.0
9696
# via -r requirements-dev.in
97-
pyyaml==6.0
97+
pyyaml==6.0.1
9898
# via myst-parser
9999
requests==2.31.0
100100
# via sphinx
@@ -124,13 +124,13 @@ sphinxcontrib-qthelp==1.0.3
124124
# via sphinx
125125
sphinxcontrib-serializinghtml==1.1.5
126126
# via sphinx
127-
tox==4.6.0
127+
tox==4.6.4
128128
# via -r requirements-dev.in
129-
urllib3==2.0.3
129+
urllib3==2.0.4
130130
# via requests
131-
virtualenv==20.23.0
131+
virtualenv==20.24.2
132132
# via tox
133-
wheel==0.40.0
133+
wheel==0.41.0
134134
# via pip-tools
135135

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

0 commit comments

Comments
 (0)