Skip to content

Commit 8242e9d

Browse files
committed
requirements: Bump versions
We also add a release note for the Django version bump. We should have done both in commit 5e2f3b8. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 80d5962 commit 8242e9d

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
`Django 5.1 <https://docs.djangoproject.com/en/dev/releases/5.1/>`_ is
5+
now supported.

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django~=5.0.7
1+
Django~=5.1.0
22
djangorestframework~=3.15.2
33
django-filter~=24.2.0
44
django-debug-toolbar~=4.4.6
5-
django-dbbackup~=4.1.0
5+
django-dbbackup~=4.2.0
66
-r requirements-test.txt

requirements-prod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django~=5.0.7
1+
Django~=5.1.0
22
djangorestframework~=3.15.0
3-
django-filter~=24.2.0
4-
psycopg2~=2.9.9
3+
django-filter~=24.3.0
4+
psycopg2~=2.9.10
55
sqlparse~=0.5.1

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
mysqlclient~=2.2.4
1+
mysqlclient~=2.2.5
22
psycopg2-binary~=2.9.9
33
sqlparse~=0.5.1
44
python-dateutil~=2.9.0
55
tblib~=3.0.0
66
openapi-core~=0.19.2
77
jsonschema-path~=0.3.3
8-
termcolor~=2.4.0
8+
termcolor~=2.5.0

0 commit comments

Comments
 (0)