Skip to content

Commit fb2f148

Browse files
Update pytest-asyncio requirement from ~=1.2.0 to >=1.2,<1.4
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.2.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>
1 parent 6dc9fb6 commit fb2f148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
dev = [
4545
"pre-commit~=4.3.0",
4646
"pytest~=8.4.2",
47-
"pytest-asyncio~=1.2.0",
47+
"pytest-asyncio>=1.2,<1.4",
4848
"pytest-cov~=7.0.0",
4949
"python-dotenv~=1.1.1",
5050
]

0 commit comments

Comments
 (0)