From 09af0d60386d840dc1384e085b243959e2859c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:17:21 +0000 Subject: [PATCH] Update pytest requirement from 8.3.2 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/8.3.2...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 6f448468..39ce2ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ types-pytz = ">=2023.3,<2025.0" black = ">=23.1,<25.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0" -pytest = "8.3.2" +pytest = "8.3.4" [tool.ruff] line-length = 80