From 66e376cc9bba7d6e44e584e7fa1b6eedc38e6d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:15:13 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 0.21.1 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4b36b7..598dce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "importlib_resources==6.4.0", "m3u8==3.6.0", "pytest==8.2.2", - "pytest-asyncio==0.21.1", + "pytest-asyncio==0.24.0", "browser_cookie3==0.19.1", "pydantic==2.6.4", "qrcode==7.4.2",