File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ python-dateutil==2.8.2
67
67
# via matplotlib
68
68
pytz == 2022.7.1
69
69
# via babel
70
- referencing == 0.16.4
70
+ referencing == 0.21.0
71
71
# via jsonschema-specifications
72
72
requests == 2.28.2
73
73
# via sphinx
@@ -101,7 +101,7 @@ sphinxcontrib-qthelp==1.0.3
101
101
# via sphinx
102
102
sphinxcontrib-serializinghtml == 1.1.5
103
103
# via sphinx
104
- sphinxcontrib-spelling == 7.7 .0
104
+ sphinxcontrib-spelling == 8.0 .0
105
105
# via -r docs/requirements.in
106
106
sphinxext-opengraph == 0.8.1
107
107
# via -r docs/requirements.in
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ classifiers = [
32
32
dynamic = [" version" ]
33
33
34
34
dependencies = [
35
- " referencing>=0.16.4 " ,
35
+ " referencing>=0.21.0 " ,
36
36
" importlib_resources>=1.4.0;python_version<'3.9'" ,
37
37
]
38
38
You can’t perform that action at this time.
0 commit comments