Skip to content

Commit fcbeced

Browse files
committed
Another version bump.
1 parent 4d6bff9 commit fcbeced

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.3
43+
jsonschema-specifications==2023.3.4
4444
# via jsonschema
4545
kiwisolver==1.4.4
4646
# via matplotlib
@@ -76,7 +76,7 @@ python-dateutil==2.8.2
7676
# via matplotlib
7777
pyyaml==6.0
7878
# via sphinx-autoapi
79-
referencing==0.24.3
79+
referencing==0.24.4
8080
# via
8181
# jsonschema
8282
# jsonschema-specifications
@@ -131,7 +131,7 @@ sphinxext-opengraph==0.8.1
131131
# via -r docs/requirements.in
132132
unidecode==1.3.6
133133
# via sphinx-autoapi
134-
urllib3==1.26.14
134+
urllib3==1.26.15
135135
# via requests
136136
wrapt==1.15.0
137137
# via astroid

pyproject.toml

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

3333
dependencies = [
3434
"attrs>=22.2.0",
35-
"jsonschema-specifications>=2023.03.3",
36-
"referencing>=0.24.3",
35+
"jsonschema-specifications>=2023.03.4",
36+
"referencing>=0.24.4",
3737
"rpds-py>=0.6.1",
3838

3939
"importlib_metadata;python_version<'3.8'",

0 commit comments

Comments
 (0)