Skip to content

Commit b48e667

Browse files
Update pytest-asyncio requirement from <1.4,>=0.24 to >=0.24,<1.5
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.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbf17a9 commit b48e667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dev = [
6262
"pytest-cov>=5,<8",
6363
"pytest-xdist>=3.1.0",
6464
"unasync>=0.6.0",
65-
"pytest-asyncio>=0.24,<1.4",
65+
"pytest-asyncio>=0.24,<1.5",
6666
"email-validator>=2.0.0",
6767
"tox>=4.14.1",
6868
"tox-pyenv>=1.1.0",

0 commit comments

Comments
 (0)