Skip to content

Commit d2dd064

Browse files
committed
Update requirements.
1 parent 353ff4f commit d2dd064

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

docs/requirements.txt

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alabaster==0.7.16
44
# via sphinx
55
attrs==23.2.0
66
# via referencing
7-
babel==2.14.0
7+
babel==2.15.0
88
# via sphinx
99
beautifulsoup4==4.12.3
1010
# via furo
@@ -14,38 +14,44 @@ charset-normalizer==3.3.2
1414
# via requests
1515
docutils==0.21.2
1616
# via sphinx
17-
furo==2024.4.27
17+
furo==2024.5.6
18+
# via -r docs/requirements.in
1819
idna==3.7
1920
# via requests
2021
imagesize==1.4.1
2122
# via sphinx
22-
jinja2==3.1.3
23+
jinja2==3.1.4
2324
# via sphinx
2425
markupsafe==2.1.5
2526
# via jinja2
2627
packaging==24.0
2728
# via sphinx
2829
pyenchant==3.3.0rc1
29-
# via sphinxcontrib-spelling
30-
pygments==2.17.2
30+
# via
31+
# -r docs/requirements.in
32+
# sphinxcontrib-spelling
33+
pygments==2.18.0
3134
# via
3235
# furo
3336
# pygments-github-lexers
3437
# sphinx
3538
pygments-github-lexers==0.0.5
36-
referencing==0.35.0
39+
# via -r docs/requirements.in
40+
referencing==0.35.1
3741
# via referencing-loaders
3842
referencing-loaders @ file:.#egg=referencing-loaders
43+
# via -r docs/requirements.in
3944
requests==2.31.0
4045
# via sphinx
41-
rpds-py==0.18.0
46+
rpds-py==0.18.1
4247
# via referencing
4348
snowballstemmer==2.2.0
4449
# via sphinx
4550
soupsieve==2.5
4651
# via beautifulsoup4
4752
sphinx==7.3.7
4853
# via
54+
# -r docs/requirements.in
4955
# furo
5056
# sphinx-basic-ng
5157
# sphinx-copybutton
@@ -54,6 +60,7 @@ sphinx==7.3.7
5460
sphinx-basic-ng==1.0.0b2
5561
# via furo
5662
sphinx-copybutton==0.5.2
63+
# via -r docs/requirements.in
5764
sphinxcontrib-applehelp==1.0.8
5865
# via sphinx
5966
sphinxcontrib-devhelp==1.0.6
@@ -67,7 +74,10 @@ sphinxcontrib-qthelp==1.0.7
6774
sphinxcontrib-serializinghtml==1.1.10
6875
# via sphinx
6976
sphinxcontrib-spelling==8.0.0
77+
# via -r docs/requirements.in
7078
sphinxext-opengraph==0.9.1
79+
# via -r docs/requirements.in
7180
url-py==0.10.0
81+
# via -r docs/requirements.in
7282
urllib3==2.2.1
7383
# via requests

test-requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ packaging==24.0
88
# via pytest
99
pluggy==1.5.0
1010
# via pytest
11-
pytest==8.2.0
12-
referencing==0.35.0
11+
pytest==8.2.1
12+
# via -r test-requirements.in
13+
referencing==0.35.1
1314
# via referencing-loaders
1415
referencing-loaders @ file:.#egg=referencing-loaders
15-
rpds-py==0.18.0
16+
# via -r test-requirements.in
17+
rpds-py==0.18.1
1618
# via referencing

0 commit comments

Comments
 (0)