Skip to content

Commit b5434a0

Browse files
committed
Switched dependencies to compatible release clauses
1 parent 1237bec commit b5434a0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ RUN \
6161
&& \
6262
if [ "${WITH_PLUGINS}" = "true" ]; then \
6363
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"; \
6868
fi \
6969
&& \
7070
if [ -e user-requirements.txt ]; then \

requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
# IN THE SOFTWARE.
2020

2121
# 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
2828

2929
# 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

0 commit comments

Comments
 (0)