Skip to content

Commit 3f6c9fe

Browse files
committed
Bump django-filter, django-debug-toolbar versions
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 7b2e581 commit 3f6c9fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django~=4.0.0
22
djangorestframework~=3.13.0
3-
django-filter~=21.1.0
4-
django-debug-toolbar~=3.4.0
3+
django-filter~=22.1.0
4+
django-debug-toolbar~=3.5.0
55
# This does not support Django 4.0
66
# django-dbbackup~=3.3.0
77
-r requirements-test.txt

requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django~=4.0.0
22
djangorestframework~=3.13.0
3-
django-filter~=21.1.0
3+
django-filter~=22.1.0
44
psycopg2~=2.9.0
55
sqlparse~=0.4.0

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ deps =
1010
-r{toxinidir}/requirements-test.txt
1111
django32: django~=3.2.0
1212
django32: djangorestframework~=3.13.0
13-
django32: django-filter~=21.1.0
13+
django32: django-filter~=22.1.0
1414
django40: django~=4.0.0
1515
django40: djangorestframework~=3.13.0
16-
django40: django-filter~=21.1.0
16+
django40: django-filter~=22.1.0
1717
setenv =
1818
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
1919
PYTHONDONTWRITEBYTECODE = 1

0 commit comments

Comments
 (0)