Skip to content

Commit c408418

Browse files
authored
Merge pull request #6 from protoconf/renovate/pytest-asyncio-0.x
Update dependency pytest-asyncio to v0.24.0
2 parents 9957a40 + ec4ff65 commit c408418

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiofiles = "^24.1.0"
1818

1919
[tool.poetry.group.test.dependencies]
2020
pytest = "^8.3.2"
21-
pytest-asyncio = "^0.23.8"
21+
pytest-asyncio = "^0.24.0"
2222
pytest-cov = "^5.0.0"
2323
codecov-cli="^0.7.4"
2424

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0"
2323
packaging==24.1 ; python_version >= "3.11" and python_version < "4.0"
2424
pluggy==1.5.0 ; python_version >= "3.11" and python_version < "4.0"
2525
protobuf==5.27.3 ; python_version >= "3.11" and python_version < "4.0"
26-
pytest-asyncio==0.23.8 ; python_version >= "3.11" and python_version < "4.0"
26+
pytest-asyncio==0.24.0 ; python_version >= "3.11" and python_version < "4.0"
2727
pytest-cov==5.0.0 ; python_version >= "3.11" and python_version < "4.0"
2828
pytest==8.3.2 ; python_version >= "3.11" and python_version < "4.0"
2929
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)