]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Bump all the dependencies
authorStephen Finucane <stephen@that.guru>
Sat, 6 Jun 2026 10:25:43 +0000 (11:25 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Sat, 6 Jun 2026 11:58:58 +0000 (12:58 +0100)
commitde04e0aeffada0beade393d2c8c19c00904fffc3
tree333dcbb0fa8910b36a07dd6934514ee532641dad
parent4a7c05bf32df87805ecb5547900d7436a1b401e2
Bump all the dependencies

We also change our testing matrix so that we only test the upper and
lower bounds of supported Python releases. This should ease pressure on
CI somewhat. We also switch from the deprecated psycopg2 to psycopg
(which actually corresponds to v3 now).

Changes to the source were auto-generated with django-upgrade.

Signed-off-by: Stephen Finucane <stephen@that.guru>
20 files changed:
.github/workflows/ci.yaml
docker-compose-pg.yml
manage.py
patchwork/admin.py
patchwork/forms.py
patchwork/settings/base.py
patchwork/settings/production.example.py
patchwork/tests/views/test_bundles.py
patchwork/tests/views/test_mail.py
patchwork/tests/views/test_patch.py
patchwork/tests/views/test_user.py
patchwork/views/xmlrpc.py
releasenotes/notes/django-5-0-support-923e45ec2dc93117.yaml
releasenotes/notes/django-5-2-support-32a602166789f7f8.yaml [new file with mode: 0644]
releasenotes/notes/django-6-0-support-1295530f992e1158.yaml [new file with mode: 0644]
releasenotes/notes/python-3-14-support-8dc97577ffc4c8a0.yaml [new file with mode: 0644]
requirements-dev.txt
requirements-prod.txt
requirements-test.txt
tox.ini