From 1f0c1a6eb05db6898d6ea540ce201174e0af792f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 04:02:07 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from ^7.2.2 to ^8.3.5 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/7.2.2...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1053cb6..caeb972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pylity = ">=0.0.6" [tool.poetry.group.dev.dependencies] pre-commit = "^3.2.0" -pytest = "^7.2.2" +pytest = "^8.3.5" pylint = "^3.0.2" isort = "^5.12.0" coverage = "^7.2.2"