File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ jinja2==3.1.2
40
40
# sphinx-autoapi
41
41
file :.#egg=jsonschema
42
42
# via -r docs/requirements.in
43
- jsonschema-specifications == 2023.3.3
43
+ jsonschema-specifications == 2023.3.4
44
44
# via jsonschema
45
45
kiwisolver == 1.4.4
46
46
# via matplotlib
@@ -76,7 +76,7 @@ python-dateutil==2.8.2
76
76
# via matplotlib
77
77
pyyaml == 6.0
78
78
# via sphinx-autoapi
79
- referencing == 0.24.3
79
+ referencing == 0.24.4
80
80
# via
81
81
# jsonschema
82
82
# jsonschema-specifications
@@ -131,7 +131,7 @@ sphinxext-opengraph==0.8.1
131
131
# via -r docs/requirements.in
132
132
unidecode == 1.3.6
133
133
# via sphinx-autoapi
134
- urllib3 == 1.26.14
134
+ urllib3 == 1.26.15
135
135
# via requests
136
136
wrapt == 1.15.0
137
137
# via astroid
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ dynamic = ["version", "readme"]
32
32
33
33
dependencies = [
34
34
" 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 " ,
37
37
" rpds-py>=0.6.1" ,
38
38
39
39
" importlib_metadata;python_version<'3.8'" ,
You can’t perform that action at this time.
0 commit comments