Bump pytest-asyncio from 0.24.0 to 0.26.0

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.26.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 07:55:53 +00:00 committed by GitHub
parent b7b2b562ce
commit 58aafe765d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 289 additions and 49 deletions

336
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -99,7 +99,7 @@ nbconvert = "^7.16.4"
poethepoet = "^0.31.1"
pyright = "^1.1.390"
pytest = "^8.3.4"
pytest-asyncio = "^0.24.0"
pytest-asyncio = ">=0.24,<0.27"
pytest-timeout = "^2.3.1"
ruff = "^0.8.2"
semversioner = "^2.0.5"