From 0f33605985268f4d7a7f73b0a7414e837227cfef Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 14 Jul 2023 17:58:23 +0200 Subject: [PATCH] API - pin pillow version to fix static map generation --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index a872e5d7..8b4cbba1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2741,4 +2741,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "affd344c95768f4f0e10df464c78aca095d84812a25931b23eaffc38c8707907" +content-hash = "f124215eb7293511623b07655a619a7660b53422f3645d6a8b47ce730f89cbf4" diff --git a/pyproject.toml b/pyproject.toml index d612f493..1d60a57c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ flask-migrate = "^4.0" gpxpy = "=1.5.0" gunicorn = "^20.1" humanize = "^4.6" +pillow = "9.5.0" psycopg2-binary = "^2.9" pyjwt = "^2.7" pyopenssl = "^23.2"