1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Switched dependencies to compatible release clauses

This commit is contained in:
squidfunk 2023-09-02 14:27:00 +02:00
parent 1237bec704
commit b5434a0d8c
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 15 additions and 15 deletions

View File

@ -61,10 +61,10 @@ RUN \
&& \
if [ "${WITH_PLUGINS}" = "true" ]; then \
pip install --no-cache-dir \
"mkdocs-minify-plugin>=0.3" \
"mkdocs-redirects>=1.0" \
"pillow>=9.0" \
"cairosvg>=2.5"; \
"mkdocs-minify-plugin~=0.7" \
"mkdocs-redirects~=1.2" \
"pillow~=9.4" \
"cairosvg~=2.6"; \
fi \
&& \
if [ -e user-requirements.txt ]; then \

View File

@ -19,16 +19,16 @@
# IN THE SOFTWARE.
# Requirements for core
jinja2>=3.0
markdown>=3.2
mkdocs>=1.5.2
mkdocs-material-extensions>=1.1
pygments>=2.14
pymdown-extensions>=9.9.1
jinja2~=3.0
markdown~=3.2
mkdocs~=1.5
mkdocs-material-extensions~=1.1
pygments~=2.16
pymdown-extensions~=10.2
# Requirements for plugins
babel>=2.10.3
colorama>=0.4
paginate>=0.5.6
regex>=2022.4.24
requests>=2.26
babel~=2.10
colorama~=0.4
paginate~=0.5
regex~=2022.4
requests~=2.26