Skip to content

Commit

Permalink
chore(deps): update dependency pytest-asyncio to >=0.18.0,<0.26 (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 222b146 commit c4c74e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pyyaml~=6.0",
],
setup_requires=["pytest-runner", "flake8"],
tests_require=["pytest", "pytest-mock", "pytest-asyncio>=0.18.0,<0.25", "flake8", "asyncmock"],
tests_require=["pytest", "pytest-mock", "pytest-asyncio>=0.18.0,<0.26", "flake8", "asyncmock"],
classifiers=[
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit c4c74e4

Please sign in to comment.