From 78120839031a639f265d48129dcd451f0b39ca65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:15:07 +0000 Subject: [PATCH] chore(deps-dev): bump importlib-metadata in /unicorn_web Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.2.1 to 8.4.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v7.2.1...v8.4.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- unicorn_web/poetry.lock | 10 +++++----- unicorn_web/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/unicorn_web/poetry.lock b/unicorn_web/poetry.lock index eb74319..7e5eb67 100644 --- a/unicorn_web/poetry.lock +++ b/unicorn_web/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "arnparse" @@ -353,13 +353,13 @@ files = [ [[package]] name = "importlib-metadata" -version = "7.2.1" +version = "8.4.0" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_metadata-7.2.1-py3-none-any.whl", hash = "sha256:ffef94b0b66046dd8ea2d619b701fe978d9264d38f3998bc4c27ec3b146a87c8"}, - {file = "importlib_metadata-7.2.1.tar.gz", hash = "sha256:509ecb2ab77071db5137c655e24ceb3eee66e7bbc6574165d0d114d9fc4bbe68"}, + {file = "importlib_metadata-8.4.0-py3-none-any.whl", hash = "sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1"}, + {file = "importlib_metadata-8.4.0.tar.gz", hash = "sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5"}, ] [package.dependencies] @@ -874,4 +874,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e834cdfbb0d71aa293a1fd6cec11b47323587b3c79a2cb97fe3a58e6a246b909" +content-hash = "2228e4c445836177fb9db90c2934d6d209ffa38073ae0d0c4af1248ea10351a7" diff --git a/unicorn_web/pyproject.toml b/unicorn_web/pyproject.toml index 8c0f523..59bbc92 100644 --- a/unicorn_web/pyproject.toml +++ b/unicorn_web/pyproject.toml @@ -21,7 +21,7 @@ crhelper = "^2.0.11" pytest = "^8.2.0" requests = "^2.31.0" moto = "^5.0.6" -importlib-metadata = "^7.1.0" +importlib-metadata = "^8.4.0" pyyaml = "^6.0.1" arnparse = "^0.0.2"