1
Fork 0

Support 4.1 in the other dependency file too

This commit is contained in:
Jake Howard 2023-04-16 14:29:52 +01:00 committed by GitHub
parent 031296f376
commit 0924ab12b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ license = "BSD-3-Clause"
[tool.poetry.dependencies]
python = ">=3.6"
wagtail = ">=2.15.0, <4.0"
wagtail = ">=2.15.0, <4.2"
[tool.poetry.dev-dependencies]
pytest = "^3.0"