Skip to content

Commit f41b2a4

Browse files
ci: 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](pytest-dev/pytest-asyncio@v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69d3910 commit f41b2a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dev = [
7777
"pre-commit>=3.2.0,<4.4.0",
7878
"pytest>=8.0.0,<9.0.0",
7979
"pytest-cov>=7.0.0,<8.0.0",
80-
"pytest-asyncio>=1.0.0,<1.2.0",
80+
"pytest-asyncio>=1.0.0,<1.3.0",
8181
"pytest-xdist>=3.0.0,<4.0.0",
8282
"ruff>=0.13.0,<0.14.0",
8383
]
@@ -130,7 +130,7 @@ extra-args = ["-n", "auto", "-vv"]
130130
dependencies = [
131131
"pytest>=8.0.0,<9.0.0",
132132
"pytest-cov>=7.0.0,<8.0.0",
133-
"pytest-asyncio>=1.0.0,<1.2.0",
133+
"pytest-asyncio>=1.0.0,<1.3.0",
134134
"pytest-xdist>=3.0.0,<4.0.0",
135135
"moto>=5.1.0,<6.0.0",
136136
]

0 commit comments

Comments
 (0)