Skip to content

Commit c48d960

Browse files
authored
Use Django 4.0.x for now. (#573)
* Use Django 4.0.x for now. * Use django 4.0.x for now
1 parent 06f7001 commit c48d960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache \
1818
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
1919
postgresql-client mysql-client py3-mysqlclient curl mailcap gettext \
2020
python3 py3-pip xapian-core xapian-bindings-python3 libffi pcre-dev py-cryptography \
21-
&& python3 -m pip install -U 'Django<4.2' pip setuptools wheel \
21+
&& python3 -m pip install -U 'Django<4.1' pip setuptools wheel \
2222
&& pip install -r /tmp/requirements.txt \
2323
whoosh \
2424
uwsgi \

web/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache \
3737
tzdata \
3838
diskcache \
3939
django-utils-six \
40-
&& python3 -m pip install -U 'Django<4.2' \
40+
&& python3 -m pip install -U 'Django<4.1' \
4141
&& python3 -m pip install -U \
4242
git+https://gitlab.com/mailman/django-mailman3 \
4343
&& apk del .build-deps \

0 commit comments

Comments
 (0)