File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ alabaster==0.7.13
8
8
# via sphinx
9
9
attrs == 22.2.0
10
10
# via referencing
11
- babel == 2.11.0
11
+ babel == 2.12.1
12
12
# via sphinx
13
13
beautifulsoup4 == 4.11.2
14
14
# via furo
15
15
certifi == 2022.12.7
16
16
# via requests
17
- charset-normalizer == 3.0.1
17
+ charset-normalizer == 3.1.0
18
18
# via requests
19
19
contourpy == 1.0.7
20
20
# via matplotlib
21
21
cycler == 0.11.0
22
22
# via matplotlib
23
23
docutils == 0.19
24
24
# via sphinx
25
- fonttools == 4.38 .0
25
+ fonttools == 4.39 .0
26
26
# via matplotlib
27
27
furo == 2022.12.7
28
28
# via -r docs/requirements.in
@@ -38,7 +38,7 @@ kiwisolver==1.4.4
38
38
# via matplotlib
39
39
markupsafe == 2.1.2
40
40
# via jinja2
41
- matplotlib == 3.7.0
41
+ matplotlib == 3.7.1
42
42
# via sphinxext-opengraph
43
43
numpy == 1.24.2
44
44
# via
@@ -61,16 +61,14 @@ pygments-github-lexers==0.0.5
61
61
# via -r docs/requirements.in
62
62
pyparsing == 3.0.9
63
63
# via matplotlib
64
- pyrsistent == 0.19.3
65
- # via referencing
66
64
python-dateutil == 2.8.2
67
65
# via matplotlib
68
- pytz == 2022.7.1
69
- # via babel
70
- referencing == 0.23.0
66
+ referencing == 0.24.4
71
67
# via jsonschema-specifications
72
68
requests == 2.28.2
73
69
# via sphinx
70
+ rpds-py == 0.6.1
71
+ # via referencing
74
72
six == 1.16.0
75
73
# via python-dateutil
76
74
snowballstemmer == 2.2.0
@@ -105,5 +103,5 @@ sphinxcontrib-spelling==8.0.0
105
103
# via -r docs/requirements.in
106
104
sphinxext-opengraph == 0.8.1
107
105
# via -r docs/requirements.in
108
- urllib3 == 1.26.14
106
+ urllib3 == 1.26.15
109
107
# via requests
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.23.0 " ,
35
+ " referencing>=0.24.4 " ,
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