From 66ef0fa400368f36f88e5280ba3c21c97745eeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:20:41 +0000 Subject: [PATCH] Bump gcovr from 5.0 to 7.0 in /.ci Bumps [gcovr](https://github.com/gcovr/gcovr) from 5.0 to 7.0. - [Release notes](https://github.com/gcovr/gcovr/releases) - [Changelog](https://github.com/gcovr/gcovr/blob/main/CHANGELOG.rst) - [Commits](https://github.com/gcovr/gcovr/compare/5.0...7.0) --- updated-dependencies: - dependency-name: gcovr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .ci/requirements.in | 2 +- .ci/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/requirements.in b/.ci/requirements.in index 2b9a0ba58b7..7bafca18b58 100644 --- a/.ci/requirements.in +++ b/.ci/requirements.in @@ -1,5 +1,5 @@ -r requirements-fonttools.in meson==1.3.1 -gcovr==5.0 +gcovr==7.0 ninja setuptools # https://github.com/harfbuzz/harfbuzz/issues/4475 diff --git a/.ci/requirements.txt b/.ci/requirements.txt index 141ea3c51cf..a0c0aeb709f 100644 --- a/.ci/requirements.txt +++ b/.ci/requirements.txt @@ -48,9 +48,9 @@ fonttools==4.47.2 \ --hash=sha256:f791446ff297fd5f1e2247c188de53c1bfb9dd7f0549eba55b73a3c2087a2703 \ --hash=sha256:f83a4daef6d2a202acb9bf572958f91cfde5b10c8ee7fb1d09a4c81e5d851fd8 # via -r requirements-fonttools.in -gcovr==5.0 \ - --hash=sha256:1d80264cbaadff356b3dda71b8c62b3aa803e5b3eb6d526a24932cd6660a2576 \ - --hash=sha256:8c49ebcfc5a98b56dd900c687aad0258ac86093d2f81a1417905193ab45fe69f +gcovr==7.0 \ + --hash=sha256:9bb365aadaf0c8d95fb457bba9f6fb6e306804faedc883786d90a72f93ed2d57 \ + --hash=sha256:d4124f89e9299cce4a0b2fda9b9cd6c07c4b7d0e94705eb071fd332671ee1125 # via -r requirements.in jinja2==3.1.3 \ --hash=sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa \