Skip to content

Commit c23a5dc

Browse files
committed
Update requirements.
1 parent eb7b209 commit c23a5dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile docs/requirements.in
5+
# pip-compile --strip-extras docs/requirements.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -48,15 +48,15 @@ matplotlib==3.8.0
4848
# via sphinxext-opengraph
4949
multidict==6.0.4
5050
# via yarl
51-
numpy==1.26.0
51+
numpy==1.26.1
5252
# via
5353
# contourpy
5454
# matplotlib
5555
packaging==23.2
5656
# via
5757
# matplotlib
5858
# sphinx
59-
pillow==10.0.1
59+
pillow==10.1.0
6060
# via matplotlib
6161
pyenchant==3.2.2
6262
# via sphinxcontrib-spelling
@@ -75,7 +75,7 @@ file:.#egg=referencing
7575
# via -r docs/requirements.in
7676
requests==2.31.0
7777
# via sphinx
78-
rpds-py==0.10.4
78+
rpds-py==0.10.6
7979
# via referencing
8080
six==1.16.0
8181
# via python-dateutil
@@ -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.6
125+
urllib3==2.0.7
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
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile test-requirements.in
5+
# pip-compile --strip-extras test-requirements.in
66
#
77
attrs==23.1.0
88
# via
@@ -22,5 +22,5 @@ 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.4
25+
rpds-py==0.10.6
2626
# via referencing

0 commit comments

Comments
 (0)