diff --git a/setup.py b/setup.py index aa582cc..c5388c6 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ 'factory-boy>=2.8.0', 'wagtail>=5.0', 'flatdict>=3.0.1', - "Django==3.2.23", + "Django==3.2.25", ] docs_require = [ diff --git a/tox.ini b/tox.ini index 5487a3f..20db3a2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,13 @@ [tox] envlist = - py{37,38,39, 310}-django{3223}-wagtail{5} + py{37,38,39, 310}-django{3225}-wagtail{5} lint [testenv] commands = coverage run --parallel -m pytest {posargs} extras = test deps = - django3223: django==3.2.23 + django3223: django==3.2.25 wagtail5: wagtail>=5.0 [testenv:coverage-report]