Skip to content

Commit d1372c1

Browse files
authored
Update development dependencies, 2024-04 edition (#75)
1 parent 0c51950 commit d1372c1

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

requirements/development.txt

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,53 @@
11
# What we want
2-
build==1.1.1
2+
build==1.2.1
33
coverage==7.4.3
4-
ruff==0.3.2
5-
setuptools==69.1.1
4+
ruff==0.3.7
5+
setuptools==69.5.1
66
Sphinx==7.1.2
77
twine==5.0.0
88
wheel==0.43.0
99

1010
# What we need
1111
alabaster==0.7.13
1212
Babel==2.14.0
13+
backports.tarfile==1.0.0
1314
certifi==2024.2.2
14-
cffi==1.16.0
1515
charset-normalizer==3.3.2
1616
docutils==0.20.1
17-
idna==3.6
17+
idna==3.7
1818
imagesize==1.4.1
19-
importlib_metadata==7.0.2
20-
jaraco.classes==3.3.1
19+
importlib_metadata==7.1.0
20+
importlib_resources==6.4.0
21+
jaraco.classes==3.4.0
22+
jaraco.context==5.3.0
23+
jaraco.functools==4.0.0
2124
Jinja2==3.1.3
22-
keyring==24.3.1
25+
keyring==25.1.0
2326
markdown-it-py==3.0.0
2427
MarkupSafe==2.1.5
2528
mdurl==0.1.2
2629
more-itertools==10.2.0
27-
nh3==0.2.15
30+
nh3==0.2.17
2831
packaging==24.0
2932
pkginfo==1.10.0
30-
pycparser==2.21
3133
Pygments==2.17.2
3234
pyproject_hooks==1.0.0
35+
pytz==2024.1
3336
readme_renderer==43.0
3437
requests==2.31.0
3538
requests-toolbelt==1.0.0
3639
rfc3986==2.0.0
3740
rich==13.7.1
38-
six==1.16.0
3941
snowballstemmer==2.2.0
4042
sphinxcontrib-applehelp==1.0.4
4143
sphinxcontrib-devhelp==1.0.2
4244
sphinxcontrib-htmlhelp==2.0.1
4345
sphinxcontrib-jsmath==1.0.1
4446
sphinxcontrib-qthelp==1.0.3
4547
sphinxcontrib-serializinghtml==1.1.5
48+
tomli==2.0.1
49+
typing_extensions==4.11.0
4650
urllib3==2.2.1
47-
zipp==3.17.0
51+
zipp==3.18.1
4852

4953
-r base.txt

0 commit comments

Comments
 (0)