Skip to content

Commit 1854b26

Browse files
committed
Bump requirements.
1 parent 94c60e4 commit 1854b26

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/requirements.txt

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.10
3+
# To update, run:
44
#
55
# pip-compile --resolver=backtracking docs/requirements.in
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
astroid==2.14.2
9+
astroid==2.15.0
1010
# via sphinx-autoapi
1111
attrs==22.2.0
1212
# via
1313
# jsonschema
1414
# referencing
15-
babel==2.11.0
15+
babel==2.12.1
1616
# via sphinx
1717
beautifulsoup4==4.11.2
1818
# via furo
1919
certifi==2022.12.7
2020
# via requests
21-
charset-normalizer==3.0.1
21+
charset-normalizer==3.1.0
2222
# via requests
2323
contourpy==1.0.7
2424
# via matplotlib
2525
cycler==0.11.0
2626
# via matplotlib
2727
docutils==0.19
2828
# via sphinx
29-
fonttools==4.38.0
29+
fonttools==4.39.0
3030
# via matplotlib
3131
furo==2022.12.7
3232
# via -r docs/requirements.in
@@ -40,7 +40,7 @@ jinja2==3.1.2
4040
# sphinx-autoapi
4141
file:.#egg=jsonschema
4242
# via -r docs/requirements.in
43-
jsonschema-specifications==2023.3.2
43+
jsonschema-specifications==2023.3.3
4444
# via jsonschema
4545
kiwisolver==1.4.4
4646
# via matplotlib
@@ -52,7 +52,7 @@ lxml==4.9.2
5252
# sphinx-json-schema-spec
5353
markupsafe==2.1.2
5454
# via jinja2
55-
matplotlib==3.7.0
55+
matplotlib==3.7.1
5656
# via sphinxext-opengraph
5757
numpy==1.24.2
5858
# via
@@ -72,22 +72,20 @@ pygments==2.14.0
7272
# sphinx
7373
pyparsing==3.0.9
7474
# via matplotlib
75-
pyrsistent==0.19.3
76-
# via
77-
# jsonschema
78-
# referencing
7975
python-dateutil==2.8.2
8076
# via matplotlib
81-
pytz==2022.7.1
82-
# via babel
8377
pyyaml==6.0
8478
# via sphinx-autoapi
85-
referencing==0.21.1
79+
referencing==0.24.2
8680
# via
8781
# jsonschema
8882
# jsonschema-specifications
8983
requests==2.28.2
9084
# via sphinx
85+
rpds-py==0.5.2
86+
# via
87+
# jsonschema
88+
# referencing
9189
six==1.16.0
9290
# via python-dateutil
9391
snowballstemmer==2.2.0
@@ -131,6 +129,8 @@ sphinxcontrib-spelling==8.0.0
131129
# via -r docs/requirements.in
132130
sphinxext-opengraph==0.8.1
133131
# via -r docs/requirements.in
132+
typing-extensions==4.5.0
133+
# via astroid
134134
unidecode==1.3.6
135135
# via sphinx-autoapi
136136
urllib3==1.26.14

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dynamic = ["version", "readme"]
3333
dependencies = [
3434
"attrs>=22.2.0",
3535
"jsonschema-specifications>=2023.03.1",
36-
"referencing>=0.21.0",
37-
"rpds-py>=0.4.1",
36+
"referencing>=0.24.2",
37+
"rpds-py>=0.5.2",
3838

3939
"importlib_metadata;python_version<'3.8'",
4040
"typing_extensions;python_version<'3.8'",

0 commit comments

Comments
 (0)