From d2cc30008567ba9e0a8e3eb97507b5f42f275b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:04:40 +0000 Subject: [PATCH] pip: bump the all-pip-dependencies group with 2 updates Bumps the all-pip-dependencies group with 2 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [chardet](https://github.com/chardet/chardet). Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) Updates `chardet` from 5.2.0 to 7.3.0 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](https://github.com/chardet/chardet/compare/5.2.0...7.3.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-dependencies - dependency-name: chardet dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-pip-dependencies ... Signed-off-by: dependabot[bot] --- pip-requirements.txt | 2 +- py-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 403e09f3..13096056 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -19,4 +19,4 @@ xmlschema==4.3.1 regex==2026.2.28 pywin32==311; sys_platform == 'win32' pygount==3.1.1 -chardet==5.2.0 +chardet==7.3.0 diff --git a/py-requirements.txt b/py-requirements.txt index 2ecc2948..1fe2f452 100644 --- a/py-requirements.txt +++ b/py-requirements.txt @@ -1,6 +1,6 @@ pytest==9.0.2 pytest-html==4.2.0 -pytest-cov==7.0.0 +pytest-cov==7.1.0 flake8==7.3.0 pyopenssl==26.0.0 pefile==2024.8.26