File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.7
1+ FROM python:3.8
22
33MAINTAINER Chris Kittel "christopher.kittel@openknowledgemaps.org"
44
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ aniso8601==9.0.1
33async-timeout == 4.0.2
44attrs == 22.2.0
55bibtexparser == 1.4.1
6- click == 8.0.4
6+ click == 8.1.3
77dataclasses >= 0.6
88flasgger == 0.9.7.1
9- Flask == 2 .0.3
9+ Flask == 3 .0.0
1010Flask-Cors == 4.0.0
11- flask-restx @ git+https://github.com/python-restx/flask-restx@3ea4ce19663dc98645bc7f2bbd070c29d354ea85
11+ flask-restx == 1.3.0
1212gunicorn == 21.2.0
1313hiredis == 2.0.0
1414importlib-metadata == 4.8.3
1515importlib-resources == 5.4.0
16- itsdangerous == 2.0.1
17- Jinja2 == 3.0.3
16+ itsdangerous == 2.1.2
17+ Jinja2 == 3.1.2
1818jsonschema == 3.2.0
19- MarkupSafe == 2.0.1
19+ MarkupSafe == 2.1.3
2020marshmallow == 3.14.1
2121mistune == 2.0.5
2222numpy == 1.19.5
@@ -31,5 +31,5 @@ PyYAML==6.0.1
3131redis == 4.3.6
3232six == 1.16.0
3333typing-extensions == 4.1.1
34- Werkzeug == 2 .0.3
34+ Werkzeug == 3 .0.1
3535zipp == 3.6.0
Original file line number Diff line number Diff line change 1- FROM python:3.7
1+ FROM python:3.8
22MAINTAINER Chris Kittel "christopher.kittel@openknowledgemaps.org"
33
44RUN apt-get update
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ pytz==2023.3.post1
1616SQLAlchemy == 2.0.23
1717SQLAlchemy-Utils == 0.41.1
1818typing_extensions == 4.7.1
19- Werkzeug == 2.2.3
19+ Werkzeug == 3.0.1
2020zipp == 3.15.0
You can’t perform that action at this time.
0 commit comments