Skip to content

Commit

Permalink
Merge pull request #108 from joshourisman/dependabot/pip/django-4.1
Browse files Browse the repository at this point in the history
Bump django from 4.0.6 to 4.1
  • Loading branch information
joshourisman committed Aug 18, 2022
2 parents 7cf8d9a + 5b1c624 commit 6aa9930
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tox]
isolated_build = true
envlist = django{21,22,30,31,32,40}
envlist = django{21,22,30,31,32,40,41}

[testenv]
whitelist_externals = poetry
Expand All @@ -18,5 +18,6 @@ deps =
django31: Django >=3.1, < 3.2
django32: Django >=3.2, < 3.3
django40: Django >=4.0, < 4.1
django41: Django >=4.1, < 4.2
commands =
pytest

0 comments on commit 6aa9930

Please sign in to comment.