mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Bump versions to make analytics work
This commit is contained in:
parent
65bd014fde
commit
64f874e1a8
2 changed files with 7 additions and 4 deletions
|
@ -16,6 +16,9 @@ FROM alpine:3.11
|
|||
COPY requirements.txt /
|
||||
RUN apk add -U --no-cache \
|
||||
python3 \
|
||||
python3-dev \
|
||||
musl-dev \
|
||||
bash \
|
||||
gcc \
|
||||
diffutils \
|
||||
&& pip3 install -r /requirements.txt
|
||||
|
|
|
@ -3,14 +3,14 @@ htmlmin==0.1.12
|
|||
Jinja2==2.10.3
|
||||
jsmin==2.2.2
|
||||
livereload==2.6.1
|
||||
Markdown==3.1.1
|
||||
Markdown==3.2.1
|
||||
MarkupSafe==1.1.1
|
||||
mkdocs==1.0.4
|
||||
mkdocs-material==4.6.0
|
||||
mkdocs==1.1
|
||||
mkdocs-material==7.1.8
|
||||
mkdocs-minify-plugin==0.2.1
|
||||
pep562==1.0
|
||||
Pygments==2.5.2
|
||||
pymdown-extensions==6.2.1
|
||||
pymdown-extensions==7.0
|
||||
PyYAML==5.3
|
||||
six==1.14.0
|
||||
tornado==6.0.3
|
||||
|
|
Loading…
Reference in a new issue