Skip to content

Commit 85cd520

Browse files
committed
Update requirements.
1 parent b7e67c7 commit 85cd520

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

docs/requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
attrs==22.2.0
9+
attrs==23.1.0
1010
# via referencing
1111
babel==2.12.1
1212
# via sphinx
1313
beautifulsoup4==4.12.2
1414
# via furo
15-
certifi==2022.12.7
15+
certifi==2023.5.7
1616
# via requests
1717
charset-normalizer==3.1.0
1818
# via requests
@@ -22,13 +22,13 @@ contourpy==1.0.7
2222
# via matplotlib
2323
cycler==0.11.0
2424
# via matplotlib
25-
docutils==0.19
25+
docutils==0.20.1
2626
# via
2727
# sphinx
2828
# sphinx-click
29-
fonttools==4.39.3
29+
fonttools==4.39.4
3030
# via matplotlib
31-
furo==2023.3.27
31+
furo==2023.5.20
3232
# via -r docs/requirements.in
3333
idna==3.4
3434
# via
@@ -48,19 +48,19 @@ matplotlib==3.7.1
4848
# via sphinxext-opengraph
4949
multidict==6.0.4
5050
# via yarl
51-
numpy==1.24.2
51+
numpy==1.24.3
5252
# via
5353
# contourpy
5454
# matplotlib
55-
packaging==23.0
55+
packaging==23.1
5656
# via
5757
# matplotlib
5858
# sphinx
5959
pillow==9.5.0
6060
# via matplotlib
6161
pyenchant==3.2.2
6262
# via sphinxcontrib-spelling
63-
pygments==2.15.0
63+
pygments==2.15.1
6464
# via
6565
# furo
6666
# pygments-github-lexers
@@ -73,17 +73,17 @@ python-dateutil==2.8.2
7373
# via matplotlib
7474
file:.#egg=referencing
7575
# via -r docs/requirements.in
76-
requests==2.28.2
76+
requests==2.31.0
7777
# via sphinx
7878
rpds-py==0.7.1
7979
# via referencing
8080
six==1.16.0
8181
# via python-dateutil
8282
snowballstemmer==2.2.0
8383
# via sphinx
84-
soupsieve==2.4
84+
soupsieve==2.4.1
8585
# via beautifulsoup4
86-
sphinx==6.1.3
86+
sphinx==7.0.1
8787
# via
8888
# -r docs/requirements.in
8989
# furo
@@ -97,9 +97,9 @@ sphinx-basic-ng==1.0.0b1
9797
# via furo
9898
sphinx-click==4.4.0
9999
# via -r docs/requirements.in
100-
sphinx-copybutton==0.5.1
100+
sphinx-copybutton==0.5.2
101101
# via -r docs/requirements.in
102-
sphinx-json-schema-spec==2023.2.4
102+
sphinx-json-schema-spec==2023.5.2
103103
# via -r docs/requirements.in
104104
sphinxcontrib-applehelp==1.0.4
105105
# via sphinx
@@ -115,9 +115,9 @@ sphinxcontrib-serializinghtml==1.1.5
115115
# via sphinx
116116
sphinxcontrib-spelling==8.0.0
117117
# via -r docs/requirements.in
118-
sphinxext-opengraph==0.8.1
118+
sphinxext-opengraph==0.8.2
119119
# via -r docs/requirements.in
120-
urllib3==1.26.15
120+
urllib3==2.0.2
121121
# via requests
122-
yarl==1.8.2
122+
yarl==1.9.2
123123
# via -r docs/requirements.in

test-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --resolver=backtracking test-requirements.in
66
#
7-
attrs==22.2.0
7+
attrs==23.1.0
88
# via
99
# pytest-subtests
1010
# referencing
1111
iniconfig==2.0.0
1212
# via pytest
13-
packaging==23.0
13+
packaging==23.1
1414
# via pytest
1515
pluggy==1.0.0
1616
# via pytest
17-
pytest==7.3.0
17+
pytest==7.3.1
1818
# via
1919
# -r test-requirements.in
2020
# pytest-subtests
21-
pytest-subtests==0.10.0
21+
pytest-subtests==0.11.0
2222
# via -r test-requirements.in
2323
file:.#egg=referencing
2424
# via -r test-requirements.in

0 commit comments

Comments
 (0)