Skip to content

Commit 17151b0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pre-commit = [
4949
tests = [
5050
"pytest >= 8.4.1",
5151
"pytest-cov >= 6.2.1",
52-
"pytest-asyncio >=0.24,<1.1",
52+
"pytest-asyncio >=0.24,<1.2",
5353
"python-dotenv >= 1.1.1",
5454
]
5555
lints = [

0 commit comments

Comments
 (0)