Skip to content

Commit f5aa3bb

Browse files
chore(deps-dev): bump pytest-asyncio from 0.21.2 to 0.24.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.2 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.2...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3557a6 commit f5aa3bb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -20,7 +20,7 @@ cryptography = ">=40.0.0,<42.0.7"
2020
mypy = "^1.2.0"
2121
ruff = ">=0.4.3,<0.9.0"
2222
pytest = ">=7.3.1,<9.0.0"
23-
pytest-asyncio = "^0.21.2"
23+
pytest-asyncio = ">=0.21.2,<0.25.0"
2424
coverage = "^7.2.7"
2525
pre-commit = "^3.3.2"
2626
gitlint = "^0.19.1"

0 commit comments

Comments
 (0)