Skip to content

Commit 8b773b4

Browse files
authored
chore: update requirements-dev.txt with pip-compile (#197)
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent 4ade90d commit 8b773b4

1 file changed

Lines changed: 34 additions & 37 deletions

File tree

requirements-dev.txt

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@
44
#
55
# pip-compile --no-emit-index-url --strip-extras requirements-dev.in
66
#
7-
alabaster==0.7.13
7+
alabaster==0.7.16
88
# via sphinx
9-
babel==2.13.0
9+
babel==2.14.0
1010
# via sphinx
11-
build==1.0.3
11+
build==1.2.1
1212
# via pip-tools
13-
cachetools==5.3.1
13+
cachetools==5.3.3
1414
# via tox
15-
certifi==2023.7.22
15+
certifi==2024.2.2
1616
# via requests
1717
chardet==5.2.0
1818
# via tox
19-
charset-normalizer==3.3.0
19+
charset-normalizer==3.3.2
2020
# via requests
2121
click==8.1.7
2222
# via pip-tools
2323
colorama==0.4.6
2424
# via tox
25-
coverage==7.3.2
25+
coverage==7.4.4
2626
# via -r requirements-dev.in
27-
cython==3.0.4
27+
cython==3.0.10
2828
# via -r requirements-dev.in
29-
distlib==0.3.7
29+
distlib==0.3.8
3030
# via virtualenv
31-
docutils==0.18.1
31+
docutils==0.20.1
3232
# via
3333
# myst-parser
3434
# sphinx
3535
# sphinx-rtd-theme
36-
filelock==3.12.4
36+
filelock==3.13.4
3737
# via
3838
# tox
3939
# virtualenv
40-
flake8==6.1.0
40+
flake8==7.0.0
4141
# via -r requirements-dev.in
42-
idna==3.4
42+
idna==3.7
4343
# via requests
4444
imagesize==1.4.1
4545
# via sphinx
@@ -53,7 +53,7 @@ markdown-it-py==3.0.0
5353
# via
5454
# mdit-py-plugins
5555
# myst-parser
56-
markupsafe==2.1.3
56+
markupsafe==2.1.5
5757
# via jinja2
5858
mccabe==0.7.0
5959
# via flake8
@@ -63,36 +63,38 @@ mdurl==0.1.2
6363
# via markdown-it-py
6464
myst-parser==2.0.0
6565
# via -r requirements-dev.in
66-
packaging==23.2
66+
packaging==24.0
6767
# via
6868
# build
6969
# pyproject-api
7070
# pytest
7171
# sphinx
7272
# tox
73-
pip-tools==7.3.0
73+
pip-tools==7.4.1
7474
# via -r requirements-dev.in
75-
platformdirs==3.11.0
75+
platformdirs==4.2.0
7676
# via
7777
# tox
7878
# virtualenv
79-
pluggy==1.3.0
79+
pluggy==1.4.0
8080
# via
8181
# pytest
8282
# tox
8383
pycodestyle==2.11.1
8484
# via flake8
8585
pydocstyle==6.3.0
8686
# via -r requirements-dev.in
87-
pyflakes==3.1.0
87+
pyflakes==3.2.0
8888
# via flake8
89-
pygments==2.16.1
89+
pygments==2.17.2
9090
# via sphinx
9191
pyproject-api==1.6.1
9292
# via tox
9393
pyproject-hooks==1.0.0
94-
# via build
95-
pytest==7.4.2
94+
# via
95+
# build
96+
# pip-tools
97+
pytest==8.1.1
9698
# via -r requirements-dev.in
9799
pyyaml==6.0.1
98100
# via myst-parser
@@ -107,35 +109,30 @@ sphinx==7.2.6
107109
# -r requirements-dev.in
108110
# myst-parser
109111
# sphinx-rtd-theme
110-
# sphinxcontrib-applehelp
111-
# sphinxcontrib-devhelp
112-
# sphinxcontrib-htmlhelp
113112
# sphinxcontrib-jquery
114-
# sphinxcontrib-qthelp
115-
# sphinxcontrib-serializinghtml
116-
sphinx-rtd-theme==1.3.0
113+
sphinx-rtd-theme==2.0.0
117114
# via -r requirements-dev.in
118-
sphinxcontrib-applehelp==1.0.7
115+
sphinxcontrib-applehelp==1.0.8
119116
# via sphinx
120-
sphinxcontrib-devhelp==1.0.5
117+
sphinxcontrib-devhelp==1.0.6
121118
# via sphinx
122-
sphinxcontrib-htmlhelp==2.0.4
119+
sphinxcontrib-htmlhelp==2.0.5
123120
# via sphinx
124121
sphinxcontrib-jquery==4.1
125122
# via sphinx-rtd-theme
126123
sphinxcontrib-jsmath==1.0.1
127124
# via sphinx
128-
sphinxcontrib-qthelp==1.0.6
125+
sphinxcontrib-qthelp==1.0.7
129126
# via sphinx
130-
sphinxcontrib-serializinghtml==1.1.9
127+
sphinxcontrib-serializinghtml==1.1.10
131128
# via sphinx
132-
tox==4.11.3
129+
tox==4.14.2
133130
# via -r requirements-dev.in
134-
urllib3==2.0.7
131+
urllib3==2.2.1
135132
# via requests
136-
virtualenv==20.24.5
133+
virtualenv==20.25.1
137134
# via tox
138-
wheel==0.41.2
135+
wheel==0.43.0
139136
# via pip-tools
140137

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

0 commit comments

Comments
 (0)