From b4a69bedf7b2302a2901ef61ad96c745ff430640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:09:01 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.3.4 to 8.3.5 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ea53aa..1e1cebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ opyoid = [ dev = [ "black==25.1.0", "build==1.2.2.post1", - "pytest==8.3.4", + "pytest==8.3.5", "pytest-cov==6.0.0", "pylint==3.3.4", "setuptools==75.6.0",