File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ attrs==22.2.0
10
10
# via referencing
11
11
babel == 2.12.1
12
12
# via sphinx
13
- beautifulsoup4 == 4.11.2
13
+ beautifulsoup4 == 4.12.0
14
14
# via furo
15
15
certifi == 2022.12.7
16
16
# via requests
@@ -22,7 +22,7 @@ cycler==0.11.0
22
22
# via matplotlib
23
23
docutils == 0.19
24
24
# via sphinx
25
- fonttools == 4.39.0
25
+ fonttools == 4.39.2
26
26
# via matplotlib
27
27
furo == 2022.12.7
28
28
# via -r docs/requirements.in
@@ -63,11 +63,11 @@ pyparsing==3.0.9
63
63
# via matplotlib
64
64
python-dateutil == 2.8.2
65
65
# via matplotlib
66
- referencing == 0.24.4
66
+ referencing == 0.25.0
67
67
# via jsonschema-specifications
68
68
requests == 2.28.2
69
69
# via sphinx
70
- rpds-py == 0.6.1
70
+ rpds-py == 0.7.0
71
71
# via referencing
72
72
six == 1.16.0
73
73
# via python-dateutil
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.24.4 " ,
35
+ " referencing>=0.25.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