]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Bump versions
authorStephen Finucane <stephen@that.guru>
Wed, 23 Oct 2024 17:10:51 +0000 (18:10 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 23 Oct 2024 17:12:26 +0000 (18:12 +0100)
We also add a release note for the Django version bump. We should have
done both in commit 5e2f3b8c0c.

Signed-off-by: Stephen Finucane <stephen@that.guru>
releasenotes/notes/django-5-1-support-83a264d5f28e32c1.yaml [new file with mode: 0644]
requirements-dev.txt
requirements-prod.txt
requirements-test.txt

diff --git a/releasenotes/notes/django-5-1-support-83a264d5f28e32c1.yaml b/releasenotes/notes/django-5-1-support-83a264d5f28e32c1.yaml
new file mode 100644 (file)
index 0000000..c433eb4
--- /dev/null
@@ -0,0 +1,5 @@
+---
+features:
+  - |
+    `Django 5.1 <https://docs.djangoproject.com/en/dev/releases/5.1/>`_ is
+    now supported.
index e84b73918dcd571e11b0ff16b4880f7ac20e4e61..123bd88fd18b2d0aad6797175aa7d40afc38ff77 100644 (file)
@@ -1,6 +1,6 @@
-Django~=5.0.7
+Django~=5.1.0
 djangorestframework~=3.15.2
 django-filter~=24.2.0
 django-debug-toolbar~=4.4.6
-django-dbbackup~=4.1.0
+django-dbbackup~=4.2.0
 -r requirements-test.txt
index 6e91bfb827dd013085e5e4565eff614ea81770dd..4bd824a7bc8f78ae8ef1fde408315c0c7440228f 100644 (file)
@@ -1,5 +1,5 @@
-Django~=5.0.7
+Django~=5.1.0
 djangorestframework~=3.15.0
-django-filter~=24.2.0
-psycopg2~=2.9.9
+django-filter~=24.3.0
+psycopg2~=2.9.10
 sqlparse~=0.5.1
index 74dc7ddeb5396697192eb70c1faf36445a712616..1371abd39029740b203fe44e80c7ebbde7aa64eb 100644 (file)
@@ -1,8 +1,8 @@
-mysqlclient~=2.2.4
+mysqlclient~=2.2.5
 psycopg2-binary~=2.9.9
 sqlparse~=0.5.1
 python-dateutil~=2.9.0
 tblib~=3.0.0
 openapi-core~=0.19.2
 jsonschema-path~=0.3.3
-termcolor~=2.4.0
+termcolor~=2.5.0