Skip to content

Commit 937fcf2

Browse files
chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.3 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f935dd1 commit 937fcf2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pyjwt = "^2.8.0"
2323
pytest = ">=7.4.2,<9.0.0"
2424
pytest-cov = ">=4,<7"
2525
unasync-cli = "^0.0.9"
26-
pytest-asyncio = ">=0.21.1,<0.26.0"
26+
pytest-asyncio = ">=0.21.1,<0.27.0"
2727
coveralls = "^3.3.0"
2828

2929
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)