From d2adab6db5f38a20d8f817fcadeeb636e407b205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:40:07 +0000 Subject: [PATCH] pip(deps-dev): update pytest requirement from ^7.0.0 to ^8.3.4 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.0.0...8.3.4) --- 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 daa63dc..6a5e13a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requests = "^2.23.0" PyYAML = "^6.0" [tool.poetry.dev-dependencies] -pytest = "^7.0.0" +pytest = "^8.3.4" black = "*" mypy = "*" flake8 = "*"