From 7e5773c401e32cb01a08d289ace4ed1031216183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:14:11 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [charset-normalizer](https://github.com/jawah/charset_normalizer) and [coverage[toml]](https://github.com/nedbat/coveragepy). Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) Updates `coverage[toml]` from 7.6.9 to 7.6.10 - [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/7.6.9...7.6.10) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/pinned.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 6ce21ed27a..973e24cd23 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,6 +1,6 @@ certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography, pynacl -charset-normalizer==3.4.0 # via requests +charset-normalizer==3.4.1 # via requests cryptography==44.0.0 # via securesystemslib idna==3.10 # via requests pycparser==2.22 # via cffi diff --git a/requirements/test.txt b/requirements/test.txt index 22819faf11..a279ed0308 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,5 +4,5 @@ -r pinned.txt # coverage measurement -coverage[toml]==7.6.9 +coverage[toml]==7.6.10 freezegun==1.5.1