Skip to content

Commit

Permalink
Merge pull request #83 from geoadmin/feat-PB-227-update-libraries
Browse files Browse the repository at this point in the history
PB-227: Update libraries
  • Loading branch information
LukasJoss authored Sep 9, 2024
2 parents d00ac0d + 4eeffa4 commit 2514036
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 424 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Buster slim python 3.9 base image.
# Buster slim python 3.12 base image.
FROM python:3.9-slim-buster
ENV HTTP_PORT 8080
RUN groupadd -r geoadmin && useradd -r -s /bin/false -g geoadmin geoadmin
Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ verify_ssl = true
name = "pypi"

[packages]
PyYAML = "~=5.4.1"
gevent = "~=21.1.2"
PyYAML = "~=6.0.2"
gevent = "~=24.2.1"
gunicorn = "~=20.1.0"
Flask = "~=2.0.1"
Pillow = "~=9.0.1"
Flask = "~=2.3.2"
Pillow = "~=9.3.0"
python-dotenv = "~=0.17.0"
logging-utilities = "~=3.0"
werkzeug = "~=2.2"
Expand All @@ -21,4 +21,4 @@ pylint-flask = "*"
cairosvg = "*"

[requires]
python_version = "3.9"
python_version = "3.12"
Loading

0 comments on commit 2514036

Please sign in to comment.