Skip to content

Commit 9f583b7

Browse files
chore(deps): bump pytest-asyncio from 1.1.0 to 1.2.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7338444 commit 9f583b7

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
@@ -89,7 +89,7 @@ dev-pytest = [
8989
"pylint == 3.3.8", # We need this to check for the examples
9090
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
9191
"pytest-mock == 3.15.1",
92-
"pytest-asyncio == 1.1.0",
92+
"pytest-asyncio == 1.2.0",
9393
"async-solipsism == 0.8",
9494
]
9595
dev = [

0 commit comments

Comments
 (0)