Skip to content

Commit bebfbed

Browse files
authored
Merge pull request #567 from microsoft/dependabot/pip/packages/abstractions/pytest-asyncio-gte-0.24-and-lt-1.5
chore(deps-dev): update pytest-asyncio requirement from >=0.24,<1.4 to >=0.24,<1.5 in /packages/abstractions
2 parents aa6067f + f8e4b04 commit bebfbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/abstractions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ isort = ">=5.13.2,<9.0.0"
3636
pylint = ">=3.2.7,<5.0.0"
3737
mypy = ">=1.11.2,<3.0.0"
3838
pytest = ">=8.3.2,<10.0.0"
39-
pytest-asyncio = ">=0.24,<1.4"
39+
pytest-asyncio = ">=0.24,<1.5"
4040
poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"
4141

4242
[mypy]

0 commit comments

Comments
 (0)