Skip to content

Commit 501907b

Browse files
Update pytest-asyncio requirement from ~1.0 to ~1.1 (#273)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d43c0b9 commit 501907b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ numpy = "2.0.2"
3434

3535
[tool.poetry.dev-dependencies]
3636
pytest = "~8.4"
37-
pytest-asyncio = "~1.0"
37+
pytest-asyncio = "~1.1"
3838
pytest-cov = "~6.2"
3939
pytest-unordered = "~0.7"
4040
pre-commit = "~4.2"

0 commit comments

Comments
 (0)