Skip to content

Commit e8f7eae

Browse files
committed
dependency updates
1 parent f306aa1 commit e8f7eae

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

server/workers/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.8
22

33
MAINTAINER Chris Kittel "christopher.kittel@openknowledgemaps.org"
44

server/workers/api/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ aniso8601==9.0.1
33
async-timeout==4.0.2
44
attrs==22.2.0
55
bibtexparser==1.4.1
6-
click==8.0.4
6+
click==8.1.3
77
dataclasses>=0.6
88
flasgger==0.9.7.1
9-
Flask==2.0.3
9+
Flask==3.0.0
1010
Flask-Cors==4.0.0
11-
flask-restx @ git+https://github.com/python-restx/flask-restx@3ea4ce19663dc98645bc7f2bbd070c29d354ea85
11+
flask-restx==1.3.0
1212
gunicorn==21.2.0
1313
hiredis==2.0.0
1414
importlib-metadata==4.8.3
1515
importlib-resources==5.4.0
16-
itsdangerous==2.0.1
17-
Jinja2==3.0.3
16+
itsdangerous==2.1.2
17+
Jinja2==3.1.2
1818
jsonschema==3.2.0
19-
MarkupSafe==2.0.1
19+
MarkupSafe==2.1.3
2020
marshmallow==3.14.1
2121
mistune==2.0.5
2222
numpy==1.19.5
@@ -31,5 +31,5 @@ PyYAML==6.0.1
3131
redis==4.3.6
3232
six==1.16.0
3333
typing-extensions==4.1.1
34-
Werkzeug==2.0.3
34+
Werkzeug==3.0.1
3535
zipp==3.6.0

server/workers/persistence/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.8
22
MAINTAINER Chris Kittel "christopher.kittel@openknowledgemaps.org"
33

44
RUN apt-get update

server/workers/persistence/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pytz==2023.3.post1
1616
SQLAlchemy==2.0.23
1717
SQLAlchemy-Utils==0.41.1
1818
typing_extensions==4.7.1
19-
Werkzeug==2.2.3
19+
Werkzeug==3.0.1
2020
zipp==3.15.0

0 commit comments

Comments
 (0)