Skip to content

Commit 6f271fc

Browse files
committed
Update requirements.
1 parent 10fab77 commit 6f271fc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
astroid==2.15.1
9+
astroid==2.15.2
1010
# via sphinx-autoapi
1111
attrs==22.2.0
1212
# via
1313
# jsonschema
1414
# referencing
1515
babel==2.12.1
1616
# via sphinx
17-
beautifulsoup4==4.12.0
17+
beautifulsoup4==4.12.2
1818
# via furo
1919
certifi==2022.12.7
2020
# via requests
@@ -58,15 +58,15 @@ numpy==1.24.2
5858
# via
5959
# contourpy
6060
# matplotlib
61-
packaging==23.0
61+
packaging==23.1
6262
# via
6363
# matplotlib
6464
# sphinx
65-
pillow==9.4.0
65+
pillow==9.5.0
6666
# via matplotlib
6767
pyenchant==3.2.2
6868
# via sphinxcontrib-spelling
69-
pygments==2.14.0
69+
pygments==2.15.0
7070
# via
7171
# furo
7272
# sphinx
@@ -76,7 +76,7 @@ python-dateutil==2.8.2
7676
# via matplotlib
7777
pyyaml==6.0
7878
# via sphinx-autoapi
79-
referencing==0.26.4
79+
referencing==0.27.2
8080
# via
8181
# jsonschema
8282
# jsonschema-specifications
@@ -127,7 +127,7 @@ sphinxcontrib-serializinghtml==1.1.5
127127
# via sphinx
128128
sphinxcontrib-spelling==8.0.0
129129
# via -r docs/requirements.in
130-
sphinxext-opengraph==0.8.1
130+
sphinxext-opengraph==0.8.2
131131
# via -r docs/requirements.in
132132
unidecode==1.3.6
133133
# via sphinx-autoapi

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynamic = ["version", "readme"]
3333
dependencies = [
3434
"attrs>=22.2.0",
3535
"jsonschema-specifications>=2023.03.6",
36-
"referencing>=0.26.4",
36+
"referencing>=0.27.2",
3737
"rpds-py>=0.7.1",
3838

3939
"importlib_resources>=1.4.0;python_version<'3.9'",

0 commit comments

Comments
 (0)