From a38d49a66aee9ea41c5b7600349320c26a23704d Mon Sep 17 00:00:00 2001 From: Mohazza <58814157+mohazza00@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:33:16 +0100 Subject: [PATCH] Bump postorius from 1.3.7 to 1.3.10 (#685) --- postorius/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postorius/Dockerfile b/postorius/Dockerfile index 4dd5289..207ed11 100644 --- a/postorius/Dockerfile +++ b/postorius/Dockerfile @@ -12,9 +12,9 @@ RUN --mount=type=cache,target=/root/.cache \ postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \ python3 py3-pip libffi libuuid pcre-dev py-cryptography \ && python3 -m pip install --break-system-packages -U 'Django<4.2' pip setuptools wheel \ - && python3 -m pip install --break-system-packages postorius==1.3.7 \ + && python3 -m pip install --break-system-packages postorius==1.3.10 \ uwsgi \ - 'psycopg2<2.9' \ + psycopg2 \ dj-database-url \ mysqlclient \ typing \