From 09dc25ed9ddc0c4b787a8e4739c9b4032cccca9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:36:28 +0000 Subject: [PATCH] Bump importlib-resources from 6.4.3 to 6.4.4 in /webui/aws_infra Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.4.3 to 6.4.4. - [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.4.3...v6.4.4) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webui/aws_infra/requirements.txt | 6 +++--- webui/aws_infra/tests/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webui/aws_infra/requirements.txt b/webui/aws_infra/requirements.txt index a3e2fafd..56c13edf 100644 --- a/webui/aws_infra/requirements.txt +++ b/webui/aws_infra/requirements.txt @@ -53,9 +53,9 @@ constructs==10.3.0 \ # aws-cdk-lib # pavi-shared-aws-infra # webui-aws_infra (pyproject.toml) -importlib-resources==6.4.3 \ - --hash=sha256:2d6dfe3b9e055f72495c2085890837fc8c758984e209115c8792bddcb762cd93 \ - --hash=sha256:4a202b9b9d38563b46da59221d77bb73862ab5d79d461307bcb826d725448b98 +importlib-resources==6.4.4 \ + --hash=sha256:20600c8b7361938dc0bb2d5ec0297802e575df486f5a544fa414da65e13721f7 \ + --hash=sha256:dda242603d1c9cd836c3368b1174ed74cb4049ecd209e7a1a0104620c18c5c11 # via jsii jmespath==1.0.1 \ --hash=sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980 \ diff --git a/webui/aws_infra/tests/requirements.txt b/webui/aws_infra/tests/requirements.txt index 560a05b7..bf1bf2a5 100644 --- a/webui/aws_infra/tests/requirements.txt +++ b/webui/aws_infra/tests/requirements.txt @@ -57,9 +57,9 @@ flake8==7.1.1 \ --hash=sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38 \ --hash=sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213 # via webui-aws_infra (pyproject.toml) -importlib-resources==6.4.3 \ - --hash=sha256:2d6dfe3b9e055f72495c2085890837fc8c758984e209115c8792bddcb762cd93 \ - --hash=sha256:4a202b9b9d38563b46da59221d77bb73862ab5d79d461307bcb826d725448b98 +importlib-resources==6.4.4 \ + --hash=sha256:20600c8b7361938dc0bb2d5ec0297802e575df486f5a544fa414da65e13721f7 \ + --hash=sha256:dda242603d1c9cd836c3368b1174ed74cb4049ecd209e7a1a0104620c18c5c11 # via jsii iniconfig==2.0.0 \ --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \