Skip to content

Commit e478bfa

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 58f646a commit e478bfa

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
@@ -102,7 +102,7 @@ nbconvert = "^7.16.4"
102102
poethepoet = "^0.31.1"
103103
pyright = "^1.1.390"
104104
pytest = "^8.3.4"
105-
pytest-asyncio = "^0.24.0"
105+
pytest-asyncio = ">=0.24,<0.26"
106106
pytest-timeout = "^2.3.1"
107107
ruff = "^0.8.2"
108108
semversioner = "^2.0.5"

0 commit comments

Comments
 (0)