From af31f69f88c7fa3625ff35f3dba273351f78a6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 14:56:55 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=4.0.0 to ~=4.1.0 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...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 298957c..d9a5a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools~=67.4.0 lxml~=4.9.1 pytz~=2022.7 -pytest-cov~=4.0.0 +pytest-cov~=4.1.0 mysql-connector~=2.2.9 SQLAlchemy~=2.0.4 \ No newline at end of file