version bumps
This commit is contained in:
parent
7307d64c0c
commit
15f092087e
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM reg.zknt.org/zknt/python:3.7.3-r0
|
FROM reg.zknt.org/zknt/python
|
||||||
|
|
||||||
COPY requirements.txt /app/requirements.txt
|
COPY requirements.txt /app/requirements.txt
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
beautifulsoup4==4.6.3
|
beautifulsoup4==4.9.0
|
||||||
feedgen==0.9.0
|
feedgen==0.9.0
|
||||||
requests==2.20.1
|
requests==2.23.0
|
||||||
python-slugify==1.2.6
|
python-slugify==4.0.0
|
||||||
Flask==1.0.2
|
Flask==1.1.2
|
||||||
Markdown==3.0.1
|
Markdown==3.2.2
|
||||||
|
|
Loading…
Reference in a new issue