Skip to content

Commit 1295d3b

Browse files
committed
Update requirements.
1 parent 31909e6 commit 1295d3b

File tree

2 files changed

+24
-32
lines changed

2 files changed

+24
-32
lines changed

docs/requirements.txt

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
#
55
# pip-compile --strip-extras docs/requirements.in
66
#
7-
alabaster==0.7.13
7+
alabaster==0.7.16
88
# via sphinx
9-
attrs==23.1.0
9+
attrs==23.2.0
1010
# via referencing
11-
babel==2.13.1
11+
babel==2.14.0
1212
# via sphinx
13-
beautifulsoup4==4.12.2
13+
beautifulsoup4==4.12.3
1414
# via furo
15-
certifi==2023.11.17
15+
certifi==2024.2.2
1616
# via requests
1717
charset-normalizer==3.3.2
1818
# via requests
1919
docutils==0.20.1
2020
# via sphinx
21-
furo==2023.9.10
21+
furo==2024.1.29
2222
# via -r docs/requirements.in
2323
idna==3.6
2424
# via requests
2525
imagesize==1.4.1
2626
# via sphinx
27-
jinja2==3.1.2
27+
jinja2==3.1.3
2828
# via sphinx
29-
markupsafe==2.1.3
29+
markupsafe==2.1.5
3030
# via jinja2
31-
packaging==23.2
31+
packaging==24.0
3232
# via sphinx
3333
pyenchant==3.2.2
3434
# via sphinxcontrib-spelling
@@ -39,13 +39,13 @@ pygments==2.17.2
3939
# sphinx
4040
pygments-github-lexers==0.0.5
4141
# via -r docs/requirements.in
42-
referencing==0.32.0
42+
referencing==0.33.0
4343
# via referencing-loaders
4444
file:.#egg=referencing-loaders
4545
# via -r docs/requirements.in
4646
requests==2.31.0
4747
# via sphinx
48-
rpds-py==0.13.2
48+
rpds-py==0.18.0
4949
# via referencing
5050
snowballstemmer==2.2.0
5151
# via sphinx
@@ -57,37 +57,29 @@ sphinx==7.2.6
5757
# furo
5858
# sphinx-basic-ng
5959
# sphinx-copybutton
60-
# sphinxcontrib-applehelp
61-
# sphinxcontrib-devhelp
62-
# sphinxcontrib-htmlhelp
63-
# sphinxcontrib-qthelp
64-
# sphinxcontrib-serializinghtml
6560
# sphinxcontrib-spelling
6661
# sphinxext-opengraph
6762
sphinx-basic-ng==1.0.0b2
6863
# via furo
6964
sphinx-copybutton==0.5.2
7065
# via -r docs/requirements.in
71-
sphinxcontrib-applehelp==1.0.7
66+
sphinxcontrib-applehelp==1.0.8
7267
# via sphinx
73-
sphinxcontrib-devhelp==1.0.5
68+
sphinxcontrib-devhelp==1.0.6
7469
# via sphinx
75-
sphinxcontrib-htmlhelp==2.0.4
70+
sphinxcontrib-htmlhelp==2.0.5
7671
# via sphinx
7772
sphinxcontrib-jsmath==1.0.1
7873
# via sphinx
79-
sphinxcontrib-qthelp==1.0.6
74+
sphinxcontrib-qthelp==1.0.7
8075
# via sphinx
81-
sphinxcontrib-serializinghtml==1.1.9
76+
sphinxcontrib-serializinghtml==1.1.10
8277
# via sphinx
8378
sphinxcontrib-spelling==8.0.0
8479
# via -r docs/requirements.in
85-
sphinxext-opengraph==0.9.0
80+
sphinxext-opengraph==0.9.1
8681
# via -r docs/requirements.in
8782
url-py==0.10.0
8883
# via -r docs/requirements.in
89-
urllib3==2.1.0
84+
urllib3==2.2.1
9085
# via requests
91-
92-
# The following packages are considered to be unsafe in a requirements file:
93-
# setuptools

test-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile --strip-extras test-requirements.in
66
#
7-
attrs==23.1.0
7+
attrs==23.2.0
88
# via referencing
99
iniconfig==2.0.0
1010
# via pytest
11-
packaging==23.2
11+
packaging==24.0
1212
# via pytest
13-
pluggy==1.3.0
13+
pluggy==1.4.0
1414
# via pytest
15-
pytest==7.4.3
15+
pytest==8.1.1
1616
# via -r test-requirements.in
17-
referencing==0.32.0
17+
referencing==0.33.0
1818
# via referencing-loaders
1919
file:.#egg=referencing-loaders
2020
# via -r test-requirements.in
21-
rpds-py==0.13.2
21+
rpds-py==0.18.0
2222
# via referencing

0 commit comments

Comments
 (0)