From 3fd28269a1d529850060c6d0bc7310f6c68c302b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:35:33 +0000 Subject: [PATCH] build: Bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 916c4bd7..3c3ddf06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "typing-extensions", "coverage==7.6.1", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-aiohttp==1.0.5", "pytest-mock==3.14.0", "pytest-timeout==2.3.1", @@ -87,7 +87,7 @@ lint = [ "flake8-use-fstring==1.4", "mypy==1.11.2", "isort==5.13.2", - "pytest==8.3.3", + "pytest==8.3.4", ]