Skip to content

Commit 7c4f6be

Browse files
build(deps-dev): update pytest-asyncio requirement in /plc4py
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.18.3...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 391734a commit 7c4f6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plc4py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Documentation = "https://plc4x.apache.org/users/getting-started/plc4py.html"
6060

6161
[project.optional-dependencies]
6262
dev = [
63-
"pytest-asyncio>=0.18.3",
63+
"pytest-asyncio>=1.3.0",
6464
"pip-tools",
6565
"black",
6666
"pip",

0 commit comments

Comments
 (0)