From 36891ed94f60be5cc0fa2aa8e69cffb5fb36b3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:05:23 +0000 Subject: [PATCH] Update pytest-cov requirement in /by-language/python-sqlalchemy 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/v1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- by-language/python-sqlalchemy/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/by-language/python-sqlalchemy/requirements-dev.txt b/by-language/python-sqlalchemy/requirements-dev.txt index a48255d0..924eb66e 100644 --- a/by-language/python-sqlalchemy/requirements-dev.txt +++ b/by-language/python-sqlalchemy/requirements-dev.txt @@ -1,2 +1,2 @@ pytest<9 -pytest-cov<6 +pytest-cov<7