Skip to content

Commit 1439018

Browse files
authored
chore: fix datasource django tests (#325)
1 parent c87f3a5 commit 1439018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasource_django/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pytest = "~=7.1"
5454
pytest-asyncio = "~=0.18,<0.23.2"
5555
coverage = "~=6.5"
5656
pytest-cov = "^4.0.0"
57-
pytest-django = ">=4.0.0"
57+
pytest-django = ">=4.0.0,<4.11.0"
5858

5959
[tool.poetry.group.linter.dependencies]
6060
[[tool.poetry.group.linter.dependencies.flake8]]

0 commit comments

Comments
 (0)