File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ RUN \
61
61
&& \
62
62
if [ "${WITH_PLUGINS}" = "true" ]; then \
63
63
pip install --no-cache-dir \
64
- "mkdocs-minify-plugin> =0.3 " \
65
- "mkdocs-redirects> =1.0 " \
66
- "pillow> =9.0 " \
67
- "cairosvg> =2.5 " ; \
64
+ "mkdocs-minify-plugin~ =0.7 " \
65
+ "mkdocs-redirects~ =1.2 " \
66
+ "pillow~ =9.4 " \
67
+ "cairosvg~ =2.6 " ; \
68
68
fi \
69
69
&& \
70
70
if [ -e user-requirements.txt ]; then \
Original file line number Diff line number Diff line change 19
19
# IN THE SOFTWARE.
20
20
21
21
# Requirements for core
22
- jinja2 > =3.0
23
- markdown > =3.2
24
- mkdocs > =1.5.2
25
- mkdocs-material-extensions > =1.1
26
- pygments > =2.14
27
- pymdown-extensions >= 9.9.1
22
+ jinja2 ~ =3.0
23
+ markdown ~ =3.2
24
+ mkdocs ~ =1.5
25
+ mkdocs-material-extensions ~ =1.1
26
+ pygments ~ =2.16
27
+ pymdown-extensions ~= 10.2
28
28
29
29
# Requirements for plugins
30
- babel > =2.10.3
31
- colorama > =0.4
32
- paginate > =0.5.6
33
- regex > =2022.4.24
34
- requests > =2.26
30
+ babel ~ =2.10
31
+ colorama ~ =0.4
32
+ paginate ~ =0.5
33
+ regex ~ =2022.4
34
+ requests ~ =2.26
You can’t perform that action at this time.
0 commit comments