Skip to content

Commit acd3409

Browse files
authored
feat: update dev requirements with pip-compile (#215)
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 750f78b commit acd3409

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

requirements-dev.txt

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url --strip-extras requirements-dev.in
66
#
7-
alabaster==0.7.16
7+
alabaster==1.0.0
88
# via sphinx
9-
babel==2.14.0
9+
babel==2.17.0
1010
# via sphinx
11-
build==1.2.1
11+
build==1.2.2.post1
1212
# via pip-tools
13-
cachetools==5.3.3
13+
cachetools==5.5.1
1414
# via tox
15-
certifi==2024.2.2
15+
certifi==2025.1.31
1616
# via requests
1717
chardet==5.2.0
1818
# via tox
19-
charset-normalizer==3.3.2
19+
charset-normalizer==3.4.1
2020
# via requests
21-
click==8.1.7
21+
click==8.1.8
2222
# via pip-tools
2323
colorama==0.4.6
2424
# via tox
25-
coverage==7.4.4
25+
coverage==7.6.11
2626
# via -r requirements-dev.in
27-
cython==3.0.10
27+
cython==3.0.11
2828
# via -r requirements-dev.in
29-
distlib==0.3.8
29+
distlib==0.3.9
3030
# via virtualenv
31-
docutils==0.20.1
31+
docutils==0.21.2
3232
# via
3333
# myst-parser
3434
# sphinx
3535
# sphinx-rtd-theme
36-
filelock==3.13.4
36+
filelock==3.17.0
3737
# via
3838
# tox
3939
# virtualenv
40-
flake8==7.0.0
40+
flake8==7.1.1
4141
# via -r requirements-dev.in
42-
idna==3.7
42+
idna==3.10
4343
# via requests
4444
imagesize==1.4.1
4545
# via sphinx
4646
iniconfig==2.0.0
4747
# via pytest
48-
jinja2==3.1.3
48+
jinja2==3.1.5
4949
# via
5050
# myst-parser
5151
# sphinx
5252
markdown-it-py==3.0.0
5353
# via
5454
# mdit-py-plugins
5555
# myst-parser
56-
markupsafe==2.1.5
56+
markupsafe==3.0.2
5757
# via jinja2
5858
mccabe==0.7.0
5959
# via flake8
60-
mdit-py-plugins==0.4.0
60+
mdit-py-plugins==0.4.2
6161
# via myst-parser
6262
mdurl==0.1.2
6363
# via markdown-it-py
64-
myst-parser==2.0.0
64+
myst-parser==4.0.0
6565
# via -r requirements-dev.in
66-
packaging==24.0
66+
packaging==24.2
6767
# via
6868
# build
6969
# pyproject-api
@@ -72,67 +72,67 @@ packaging==24.0
7272
# tox
7373
pip-tools==7.4.1
7474
# via -r requirements-dev.in
75-
platformdirs==4.2.0
75+
platformdirs==4.3.6
7676
# via
7777
# tox
7878
# virtualenv
79-
pluggy==1.4.0
79+
pluggy==1.5.0
8080
# via
8181
# pytest
8282
# tox
83-
pycodestyle==2.11.1
83+
pycodestyle==2.12.1
8484
# via flake8
8585
pydocstyle==6.3.0
8686
# via -r requirements-dev.in
8787
pyflakes==3.2.0
8888
# via flake8
89-
pygments==2.17.2
89+
pygments==2.19.1
9090
# via sphinx
91-
pyproject-api==1.6.1
91+
pyproject-api==1.9.0
9292
# via tox
93-
pyproject-hooks==1.0.0
93+
pyproject-hooks==1.2.0
9494
# via
9595
# build
9696
# pip-tools
97-
pytest==8.1.1
97+
pytest==8.3.4
9898
# via -r requirements-dev.in
99-
pyyaml==6.0.1
99+
pyyaml==6.0.2
100100
# via myst-parser
101-
requests==2.31.0
101+
requests==2.32.3
102102
# via sphinx
103103
snowballstemmer==2.2.0
104104
# via
105105
# pydocstyle
106106
# sphinx
107-
sphinx==7.2.6
107+
sphinx==8.1.3
108108
# via
109109
# -r requirements-dev.in
110110
# myst-parser
111111
# sphinx-rtd-theme
112112
# sphinxcontrib-jquery
113-
sphinx-rtd-theme==2.0.0
113+
sphinx-rtd-theme==3.0.2
114114
# via -r requirements-dev.in
115-
sphinxcontrib-applehelp==1.0.8
115+
sphinxcontrib-applehelp==2.0.0
116116
# via sphinx
117-
sphinxcontrib-devhelp==1.0.6
117+
sphinxcontrib-devhelp==2.0.0
118118
# via sphinx
119-
sphinxcontrib-htmlhelp==2.0.5
119+
sphinxcontrib-htmlhelp==2.1.0
120120
# via sphinx
121121
sphinxcontrib-jquery==4.1
122122
# via sphinx-rtd-theme
123123
sphinxcontrib-jsmath==1.0.1
124124
# via sphinx
125-
sphinxcontrib-qthelp==1.0.7
125+
sphinxcontrib-qthelp==2.0.0
126126
# via sphinx
127-
sphinxcontrib-serializinghtml==1.1.10
127+
sphinxcontrib-serializinghtml==2.0.0
128128
# via sphinx
129-
tox==4.14.2
129+
tox==4.24.1
130130
# via -r requirements-dev.in
131-
urllib3==2.2.1
131+
urllib3==2.3.0
132132
# via requests
133-
virtualenv==20.25.1
133+
virtualenv==20.29.1
134134
# via tox
135-
wheel==0.43.0
135+
wheel==0.45.1
136136
# via pip-tools
137137

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

0 commit comments

Comments
 (0)