From de665b53aff020e3c3a12c4e2a2ca879328e1950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:17:29 +0000 Subject: [PATCH] Update pytest-cov requirement from ^4.0.0 to ^6.1.1 in /generated_client Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v6.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- generated_client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generated_client/pyproject.toml b/generated_client/pyproject.toml index 20df424..9f22ca1 100644 --- a/generated_client/pyproject.toml +++ b/generated_client/pyproject.toml @@ -19,7 +19,7 @@ typing-extensions = "^4.12.0" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pytest-cov = "^4.0.0" +pytest-cov = "^6.1.1" tox = "^4.0.0" flake8 = "^7.0.0" types-python-dateutil = "^2.9.0"