From 6e3067206091c80120869ddce57d4cff25723cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:35:11 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from ~=8.3 to ~=8.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.0...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1a5d4f64..0f2bcf95 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true httpretty = "~=1.1" mock = "~=5.2" pre-commit = "~=4.2" -pytest = "~=8.3" +pytest = "~=8.4" pytest-cov = "~=5.0" python-dateutil = "~=2.9" ruff = "~=0.11.12"