From b8c0c94dd0278dcf62de7fcf78ea53f548d9010d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:23:18 +0000 Subject: [PATCH] chore(deps-dev): bump importlib-metadata in /unicorn_properties Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.4.0 to 8.5.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/v8.4.0...v8.5.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- unicorn_properties/poetry.lock | 16 ++++++++++------ unicorn_properties/pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/unicorn_properties/poetry.lock b/unicorn_properties/poetry.lock index b973d86..7f9bce3 100644 --- a/unicorn_properties/poetry.lock +++ b/unicorn_properties/poetry.lock @@ -572,22 +572,26 @@ files = [ [[package]] name = "importlib-metadata" -version = "8.4.0" +version = "8.5.0" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_metadata-8.4.0-py3-none-any.whl", hash = "sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1"}, - {file = "importlib_metadata-8.4.0.tar.gz", hash = "sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5"}, + {file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"}, + {file = "importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7"}, ] [package.dependencies] -zipp = ">=0.5" +zipp = ">=3.20" [package.extras] +check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"] +cover = ["pytest-cov"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +enabler = ["pytest-enabler (>=2.2)"] perf = ["ipython"] -test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-perf (>=0.9.2)", "pytest-ruff (>=0.2.1)"] +test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"] +type = ["pytest-mypy"] [[package]] name = "iniconfig" @@ -1721,4 +1725,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "10242327ec076feb71d1bdb23b0c6f355835e157662d6f4ac6d4ba03698556c0" +content-hash = "9a44cef3ea7a988d1ff08426a24ea0cf9b424a2b0e9532efcecbb41727083159" diff --git a/unicorn_properties/pyproject.toml b/unicorn_properties/pyproject.toml index 471c478..9ada8b9 100644 --- a/unicorn_properties/pyproject.toml +++ b/unicorn_properties/pyproject.toml @@ -18,7 +18,7 @@ aws-xray-sdk = "^2.14.0" pytest = "^8.3.2" requests = "^2.32.3" moto = {version = "^5.0.14", extras = ["dynamodb", "events", "sqs"]} -importlib-metadata = "^8.4.0" +importlib-metadata = "^8.5.0" pyyaml = "^6.0.2" arnparse = "^0.0.2" aws-lambda-powertools = {extras = ["tracer"], version = "^2.43.1"}