Skip to content

Commit cc2ca36

Browse files
chore(deps-dev): bump pytest-asyncio from 0.21.2 to 1.0.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.2 to 1.0.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.2...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b04be02 commit cc2ca36

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

poetry.lock

Lines changed: 10 additions & 9 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
@@ -32,7 +32,7 @@ black = "^25.1.0"
3232
isort = "^6.0.1"
3333
pre-commit = "^4.2.0"
3434
pytest = "^8.3.5"
35-
pytest-asyncio = "^0.21.0"
35+
pytest-asyncio = ">=0.21,<1.1"
3636
pytest-cov = "^6.1.0"
3737
python-dotenv = "^1.1.0"
3838
Sphinx = "^7.1.2"

0 commit comments

Comments
 (0)