Skip to content

Commit da7e7c9

Browse files
committed
Update minimum requirements for referencing libraries.
1 parent 0730700 commit da7e7c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5
43+
jsonschema-specifications==2023.3.6
4444
# via jsonschema
4545
kiwisolver==1.4.4
4646
# via matplotlib
@@ -76,13 +76,13 @@ python-dateutil==2.8.2
7676
# via matplotlib
7777
pyyaml==6.0
7878
# via sphinx-autoapi
79-
referencing==0.25.0
79+
referencing==0.25.3
8080
# via
8181
# jsonschema
8282
# jsonschema-specifications
8383
requests==2.28.2
8484
# via sphinx
85-
rpds-py==0.7.0
85+
rpds-py==0.7.1
8686
# via
8787
# jsonschema
8888
# referencing

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dynamic = ["version", "readme"]
3232

3333
dependencies = [
3434
"attrs>=22.2.0",
35-
"jsonschema-specifications>=2023.03.5",
36-
"referencing>=0.25.0",
37-
"rpds-py>=0.7.0",
35+
"jsonschema-specifications>=2023.03.6",
36+
"referencing>=0.25.3",
37+
"rpds-py>=0.7.1",
3838

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

0 commit comments

Comments
 (0)