Skip to content

Commit d3d84bc

Browse files
Bump pytest-asyncio from 0.24.0 to 0.25.1
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.1) --- 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 f000309 commit d3d84bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ nbconvert = "^7.16.4"
101101
poethepoet = "^0.31.1"
102102
pyright = "^1.1.390"
103103
pytest = "^8.3.4"
104-
pytest-asyncio = "^0.24.0"
104+
pytest-asyncio = ">=0.24,<0.26"
105105
pytest-timeout = "^2.3.1"
106106
ruff = "^0.8.2"
107107
semversioner = "^2.0.5"

0 commit comments

Comments
 (0)