Skip to content

Commit 4b937c9

Browse files
committed
Updated the requirements on Django and tastypie
- Legacy-Id: 18412
1 parent 5931b5d commit 4b937c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage>=4.0.1,!=4.0.2,<5.0 # Coverage 5.x moves from a json database to SQL
99
#cssselect>=0.6.1 # for PyQuery
1010
decorator>=4.0.4
1111
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
12-
Django>=2.2,<3.0
12+
Django>=2.2.15,<3.0
1313
django-bootstrap3>=14.0
1414
django-csp>=3.5
1515
django-cors-headers>=2.4.0
@@ -21,7 +21,7 @@ django-password-strength>=1.2.1
2121
django-referrer-policy>=1.0
2222
django-simple-history>=2.3.0
2323
django-stubs==1.3.0 # The django-stubs version used determines the the mypy version indicated below
24-
django-tastypie>=0.14.2 # Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
24+
django-tastypie>=0.14.3 # Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
2525
django-webtest>=1.9.7
2626
django-widget-tweaks>=1.4.2
2727
docutils>=0.12,!=0.15

0 commit comments

Comments
 (0)