File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.5
43
+ jsonschema-specifications == 2023.3.6
44
44
# via jsonschema
45
45
kiwisolver == 1.4.4
46
46
# via matplotlib
@@ -76,13 +76,13 @@ python-dateutil==2.8.2
76
76
# via matplotlib
77
77
pyyaml == 6.0
78
78
# via sphinx-autoapi
79
- referencing == 0.25.0
79
+ referencing == 0.25.3
80
80
# via
81
81
# jsonschema
82
82
# jsonschema-specifications
83
83
requests == 2.28.2
84
84
# via sphinx
85
- rpds-py == 0.7.0
85
+ rpds-py == 0.7.1
86
86
# via
87
87
# jsonschema
88
88
# referencing
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ dynamic = ["version", "readme"]
32
32
33
33
dependencies = [
34
34
" 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 " ,
38
38
39
39
" importlib_resources>=1.4.0;python_version<'3.9'" ,
40
40
" pkgutil_resolve_name>=1.3.10;python_version<'3.9'" ,
You can’t perform that action at this time.
0 commit comments