Skip to content

Commit

Permalink
update django to 3.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
pflynny committed Feb 26, 2024
1 parent 0aa4666 commit 85c92a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 85c92a1

Please sign in to comment.