Skip to content

Commit 8d6a7c4

Browse files
committed
Update requirements
1 parent 6765514 commit 8d6a7c4

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

requirements-dev.txt

+17-15
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ alabaster==0.7.16
1010
# via sphinx
1111
arrow==1.3.0
1212
# via cookiecutter
13-
astroid==3.0.3
13+
astroid==3.1.0
1414
# via pylint
1515
babel==2.14.0
1616
# via sphinx
1717
binaryornot==0.4.4
1818
# via cookiecutter
19-
black==24.1.1
19+
black==24.2.0
2020
# via -r requirements-dev.in
2121
bolton-clack==0.3.4
2222
# via
@@ -63,9 +63,9 @@ click==8.1.7
6363
# typer
6464
cogapp==3.3.0
6565
# via -r requirements-dev.in
66-
cookiecutter==2.5.0
66+
cookiecutter==2.6.0
6767
# via cruft
68-
coverage[toml]==7.4.1
68+
coverage[toml]==7.4.3
6969
# via
7070
# coverage
7171
# pytest-cov
@@ -92,7 +92,7 @@ freezegun==1.4.0
9292
# via -r requirements-dev.in
9393
gitdb==4.0.11
9494
# via gitpython
95-
gitpython==3.1.41
95+
gitpython==3.1.42
9696
# via cruft
9797
idna==3.6
9898
# via requests
@@ -140,7 +140,7 @@ packaging==23.2
140140
# tox
141141
pathspec==0.12.1
142142
# via black
143-
pip-tools==7.3.0
143+
pip-tools==7.4.0
144144
# via -r requirements-dev.in
145145
platformdirs==4.2.0
146146
# via
@@ -165,11 +165,13 @@ pygments==2.17.2
165165
# via
166166
# rich
167167
# sphinx
168-
pylint==3.0.3
168+
pylint==3.1.0
169169
# via -r requirements-dev.in
170170
pyproject-hooks==1.0.0
171-
# via build
172-
pytest==7.4.4
171+
# via
172+
# build
173+
# pip-tools
174+
pytest==8.0.2
173175
# via
174176
# -r requirements-dev.in
175177
# pytest-cov
@@ -183,7 +185,7 @@ python-dateutil==2.8.2
183185
# via
184186
# arrow
185187
# freezegun
186-
python-slugify==8.0.3
188+
python-slugify==8.0.4
187189
# via cookiecutter
188190
pyyaml==6.0.1
189191
# via
@@ -213,7 +215,7 @@ sphinx==7.2.6
213215
# sphinx-autodoc-typehints
214216
# sphinx-rtd-theme
215217
# sphinxcontrib-jquery
216-
sphinx-autodoc-typehints==1.25.3
218+
sphinx-autodoc-typehints==2.0.0
217219
# via -r requirements-dev.in
218220
sphinx-rtd-theme==2.0.0
219221
# via -r requirements-dev.in
@@ -233,7 +235,7 @@ sphinxcontrib-serializinghtml==1.1.10
233235
# via sphinx
234236
structlog==24.1.0
235237
# via bolton-logrus
236-
syrupy==4.6.0
238+
syrupy==4.6.1
237239
# via -r requirements-dev.in
238240
text-unidecode==1.3
239241
# via python-slugify
@@ -272,21 +274,21 @@ typing-extensions==4.9.0
272274
# pydantic
273275
# setuptools-scm
274276
# typer
275-
urllib3==2.2.0
277+
urllib3==2.2.1
276278
# via requests
277279
vimala==0.1.2
278280
# via
279281
# -r requirements.in
280282
# zettel-org
281-
virtualenv==20.25.0
283+
virtualenv==20.25.1
282284
# via tox
283285
wheel==0.42.0
284286
# via pip-tools
285287

286288
# The following packages are considered to be unsafe in a requirements file:
287289
pip==24.0
288290
# via pip-tools
289-
setuptools==69.0.3
291+
setuptools==69.1.1
290292
# via
291293
# pip-tools
292294
# setuptools-scm

0 commit comments

Comments
 (0)