Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 002cb80

Browse files
Bump pytest-asyncio from 0.23.8 to 0.24.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fa51aa commit 002cb80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ django-ninja = "*"
2525
[tool.poetry.group.dev.dependencies]
2626
pytest = ">=7.2.2,<9.0.0"
2727
pytest-django = "^4.8.0"
28-
pytest-asyncio = "^0.23.6"
28+
pytest-asyncio = ">=0.23.6,<0.25.0"
2929

3030
[build-system]
3131
requires = ["poetry-core"]

0 commit comments

Comments
 (0)