Support 4.1 in the other dependency file too
This commit is contained in:
parent
031296f376
commit
0924ab12b1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ license = "BSD-3-Clause"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.6"
|
python = ">=3.6"
|
||||||
wagtail = ">=2.15.0, <4.0"
|
wagtail = ">=2.15.0, <4.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^3.0"
|
pytest = "^3.0"
|
||||||
|
|
Reference in a new issue