From 3943b8527d34ea80ec2e4f4cd70999d6619086ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:42:35 +0000 Subject: [PATCH] chore(deps): bump importlib-resources from 6.3.1 to 6.3.2 Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_resources/compare/v6.3.1...v6.3.2) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/main.txt b/requirements/main.txt index 82790063a712..5d1e7d2e601a 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -871,9 +871,9 @@ idna==3.6 \ # via # email-validator # requests -importlib-resources==6.3.1 \ - --hash=sha256:29a3d16556e330c3c8fb8202118c5ff41241cc34cbfb25989bbad226d99b7995 \ - --hash=sha256:4811639ca7fa830abdb8e9ca0a104dc6ad13de691d9fe0d3173a71304f068159 +importlib-resources==6.3.2 \ + --hash=sha256:963eb79649252b0160c1afcfe5a1d3fe3ad66edd0a8b114beacffb70c0674223 \ + --hash=sha256:f41f4098b16cd140a97d256137cfd943d958219007990b2afb00439fc623f580 # via limits itsdangerous==2.1.2 \ --hash=sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44 \