18a91c272e
New releases info: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/YDUYHVWBGBLASJHAYE2PQKY2F7PNEIKP/ Sync all our forked files from mailman-docker to the current upstream state, except for our overridden hyperkitty->archives and postorius->mailman3 URL routes in docker/mailman/web/mailman-web/urls.py. Change-Id: I26f45b0f019b9212c148f145a5c36ed777fb111c
9 lines
367 B
Plaintext
9 lines
367 B
Plaintext
# This is a separate file from Dockerfile so that we can use dependabot
|
|
# for version updates that isn't supported for contents inside the
|
|
# Dockerfile.
|
|
mailman==3.3.8
|
|
mailman-hyperkitty==1.2.1
|
|
# mailman/config/config.py "from importlib_resources import path" ImportError
|
|
# remove when https://gitlab.com/mailman/mailman/-/issues/1093 is solved
|
|
importlib_resources<6
|