chore(deps-dev): update pytest-asyncio requirement
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](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
33f9579169
commit
a7a78b1220
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=8.3,<9.0",
|
||||
"pytest-asyncio>=0.25,<0.26",
|
||||
"pytest-asyncio>=0.25,<1.4",
|
||||
"python-semantic-release>=9.0,<10.0",
|
||||
"ruff>=0.9",
|
||||
"mypy>=1.14",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue