1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01: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 \ if [ "${WITH_PLUGINS}" = "true" ]; then \
pip install --no-cache-dir \ pip install --no-cache-dir \
"mkdocs-minify-plugin>=0.3" \ "mkdocs-minify-plugin~=0.7" \
"mkdocs-redirects>=1.0" \ "mkdocs-redirects~=1.2" \
"pillow>=9.0" \ "pillow~=9.4" \
"cairosvg>=2.5"; \ "cairosvg~=2.6"; \
fi \ fi \
&& \ && \
if [ -e user-requirements.txt ]; then \ if [ -e user-requirements.txt ]; then \

View File

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