Skip to content

Commit c807772

Browse files
committed
Update requirements.
1 parent 53730b7 commit c807772

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.2.0
1818
# via requests
1919
click==8.1.7
2020
# via sphinx-click
21-
contourpy==1.1.0
21+
contourpy==1.1.1
2222
# via matplotlib
2323
cycler==0.11.0
2424
# via matplotlib
@@ -28,7 +28,7 @@ docutils==0.20.1
2828
# sphinx-click
2929
fonttools==4.42.1
3030
# via matplotlib
31-
furo==2023.8.19
31+
furo==2023.9.10
3232
# via -r docs/requirements.in
3333
idna==3.4
3434
# via
@@ -44,19 +44,19 @@ lxml==4.9.3
4444
# via sphinx-json-schema-spec
4545
markupsafe==2.1.3
4646
# via jinja2
47-
matplotlib==3.7.2
47+
matplotlib==3.8.0
4848
# via sphinxext-opengraph
4949
multidict==6.0.4
5050
# via yarl
51-
numpy==1.25.2
51+
numpy==1.26.0
5252
# via
5353
# contourpy
5454
# matplotlib
5555
packaging==23.1
5656
# via
5757
# matplotlib
5858
# sphinx
59-
pillow==10.0.0
59+
pillow==10.0.1
6060
# via matplotlib
6161
pyenchant==3.2.2
6262
# via sphinxcontrib-spelling
@@ -67,23 +67,23 @@ pygments==2.16.1
6767
# sphinx
6868
pygments-github-lexers==0.0.5
6969
# via -r docs/requirements.in
70-
pyparsing==3.0.9
70+
pyparsing==3.1.1
7171
# via matplotlib
7272
python-dateutil==2.8.2
7373
# via matplotlib
7474
file:.#egg=referencing
7575
# via -r docs/requirements.in
7676
requests==2.31.0
7777
# via sphinx
78-
rpds-py==0.10.0
78+
rpds-py==0.10.3
7979
# via referencing
8080
six==1.16.0
8181
# via python-dateutil
8282
snowballstemmer==2.2.0
8383
# via sphinx
84-
soupsieve==2.4.1
84+
soupsieve==2.5
8585
# via beautifulsoup4
86-
sphinx==7.2.4
86+
sphinx==7.2.6
8787
# via
8888
# -r docs/requirements.in
8989
# furo
@@ -122,7 +122,7 @@ sphinxcontrib-spelling==8.0.0
122122
# via -r docs/requirements.in
123123
sphinxext-opengraph==0.8.2
124124
# via -r docs/requirements.in
125-
urllib3==2.0.4
125+
urllib3==2.0.5
126126
# via requests
127127
yarl==1.9.2
128128
# via -r docs/requirements.in

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ packaging==23.1
1414
# via pytest
1515
pluggy==1.3.0
1616
# via pytest
17-
pytest==7.4.0
17+
pytest==7.4.2
1818
# via
1919
# -r test-requirements.in
2020
# pytest-subtests
2121
pytest-subtests==0.11.0
2222
# via -r test-requirements.in
2323
file:.#egg=referencing
2424
# via -r test-requirements.in
25-
rpds-py==0.10.0
25+
rpds-py==0.10.3
2626
# via referencing

0 commit comments

Comments
 (0)