File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
- # pip-compile docs/requirements.in
5
+ # pip-compile --resolver=backtracking docs/requirements.in
6
6
#
7
7
alabaster == 0.7.13
8
8
# via sphinx
@@ -27,9 +27,7 @@ fonttools==4.38.0
27
27
furo == 2022.12.7
28
28
# via -r docs/requirements.in
29
29
idna == 3.4
30
- # via
31
- # requests
32
- # yarl
30
+ # via requests
33
31
imagesize == 1.4.1
34
32
# via sphinx
35
33
jinja2 == 3.1.2
@@ -40,10 +38,8 @@ kiwisolver==1.4.4
40
38
# via matplotlib
41
39
markupsafe == 2.1.2
42
40
# via jinja2
43
- matplotlib == 3.6.3
41
+ matplotlib == 3.7.0
44
42
# via sphinxext-opengraph
45
- multidict == 6.0.4
46
- # via yarl
47
43
numpy == 1.24.2
48
44
# via
49
45
# contourpy
@@ -71,15 +67,15 @@ python-dateutil==2.8.2
71
67
# via matplotlib
72
68
pytz == 2022.7.1
73
69
# via babel
74
- referencing == 0.14.0
70
+ referencing == 0.16.4
75
71
# via jsonschema-specifications
76
72
requests == 2.28.2
77
73
# via sphinx
78
74
six == 1.16.0
79
75
# via python-dateutil
80
76
snowballstemmer == 2.2.0
81
77
# via sphinx
82
- soupsieve == 2.3.2.post1
78
+ soupsieve == 2.4
83
79
# via beautifulsoup4
84
80
sphinx == 6.1.3
85
81
# via
@@ -107,9 +103,7 @@ sphinxcontrib-serializinghtml==1.1.5
107
103
# via sphinx
108
104
sphinxcontrib-spelling == 7.7.0
109
105
# via -r docs/requirements.in
110
- sphinxext-opengraph == 0.8.0
106
+ sphinxext-opengraph == 0.8.1
111
107
# via -r docs/requirements.in
112
108
urllib3 == 1.26.14
113
109
# via requests
114
- yarl == 1.8.2
115
- # via referencing
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.12.1 " ,
35
+ " referencing>=0.16.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