From 528ddfcd28eb84f1325b380a73c4efd5357d10fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:36:17 +0000 Subject: [PATCH] Bump coverage from 6.3.3 to 7.5.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.3 to 7.5.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.3.3...7.5.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 2a64974..dab4f71 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ bunch==1.0.1 -coverage==6.3.3 +coverage==7.5.4 dominate==2.6.0 numpy==1.23.2 pandas==1.4.2 diff --git a/requirements.txt b/requirements.txt index fef3e56..156aa24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ bracex==2.2.1 # via wcmatch bunch==1.0.1 # via -r requirements.in -coverage==6.3.3 +coverage==7.5.4 # via -r requirements.in dill==0.3.4 # via pylint @@ -77,6 +77,10 @@ tomli==2.0.0 # pytest tqdm==4.64.0 # via -r requirements.in +typing-extensions==4.12.2 + # via + # astroid + # pylint wcmatch==8.3 # via -r requirements.in wrapt==1.13.3