Skip to content

Commit 93d3ac8

Browse files
dependabot[bot]yonib05pgrayy
authored
ci: update pytest-asyncio requirement from <0.27.0,>=0.26.0 to >=0.26.0,<1.2.0 (#708)
* 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@v0.26.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Co-authored-by: Patrick Gray <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Segev <[email protected]> Co-authored-by: Patrick Gray <[email protected]>
1 parent b61a064 commit 93d3ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = [
5757
"mypy>=1.15.0,<2.0.0",
5858
"pre-commit>=3.2.0,<4.4.0",
5959
"pytest>=8.0.0,<9.0.0",
60-
"pytest-asyncio>=0.26.0,<0.27.0",
60+
"pytest-asyncio>=1.0.0,<1.2.0",
6161
"pytest-cov>=4.1.0,<5.0.0",
6262
"pytest-xdist>=3.0.0,<4.0.0",
6363
"ruff>=0.12.0,<0.13.0",
@@ -143,7 +143,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis
143143
extra-dependencies = [
144144
"moto>=5.1.0,<6.0.0",
145145
"pytest>=8.0.0,<9.0.0",
146-
"pytest-asyncio>=0.26.0,<0.27.0",
146+
"pytest-asyncio>=1.0.0,<1.2.0",
147147
"pytest-cov>=4.1.0,<5.0.0",
148148
"pytest-xdist>=3.0.0,<4.0.0",
149149
]

0 commit comments

Comments
 (0)