From e5af94de6e82f37b4e113580e5f7ddaf5f90c239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:26:39 +0000 Subject: [PATCH] build(deps): bump pytest from 8.2.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.3) --- updated-dependencies: - dependency-name: pytest 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..471bdaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "jsonpath-ng==1.6.1", "importlib_resources==6.4.0", "m3u8==3.6.0", - "pytest==8.2.2", + "pytest==8.3.3", "pytest-asyncio==0.21.1", "browser_cookie3==0.19.1", "pydantic==2.6.4",