Skip to content

Commit b8a5a7a

Browse files
chore(deps): update dependency pytest-asyncio to v1.1.0 (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2bf6db1 commit b8a5a7a

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

poetry.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pfun"
3-
version = "0.13.41"
3+
version = "0.13.42"
44
description = "Functional, composable, asynchronous, type-safe Python."
55
authors = ["Sune Debel"]
66
readme = "README.md"
@@ -27,7 +27,7 @@ Cython = [
2727
{ version = "^3.0.5", python = "==3.11" },
2828
]
2929
pytest-mypy-plugins = "^1.9.3"
30-
pytest-asyncio = "1.0.0"
30+
pytest-asyncio = "1.1.0"
3131
pytest = "8.4.1"
3232
hypothesis = "6.79.4"
3333
ipython = "^7.7"

0 commit comments

Comments
 (0)