From 41eb8438cad9f14ece7bfb6e025333de412ffaaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:37:55 +0000 Subject: [PATCH] chore(deps-dev): bump moto from 5.0.15 to 5.0.16 in /unicorn_properties Bumps [moto](https://github.com/getmoto/moto) from 5.0.15 to 5.0.16. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.0.15...5.0.16) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- unicorn_properties/poetry.lock | 8 ++++---- unicorn_properties/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/unicorn_properties/poetry.lock b/unicorn_properties/poetry.lock index e69587d..e006f84 100644 --- a/unicorn_properties/poetry.lock +++ b/unicorn_properties/poetry.lock @@ -798,13 +798,13 @@ files = [ [[package]] name = "moto" -version = "5.0.15" +version = "5.0.16" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.15-py2.py3-none-any.whl", hash = "sha256:fa1e92ffb55dbfb9fa92a2115a88c32481b75aa3fbd24075d1f29af2f9becffa"}, - {file = "moto-5.0.15.tar.gz", hash = "sha256:57aa8c2af417cc64a0ddfe63e5bcd1ada90f5079b73cdd1f74c4e9fb30a1a7e6"}, + {file = "moto-5.0.16-py2.py3-none-any.whl", hash = "sha256:4ce1f34830307f7b3d553d77a7ef26066ab3b70006203d4226b048c9d11a3be4"}, + {file = "moto-5.0.16.tar.gz", hash = "sha256:f4afb176a964cd7a70da9bc5e053d43109614ce3cab26044bcbb53610435dff4"}, ] [package.dependencies] @@ -1716,4 +1716,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "10242327ec076feb71d1bdb23b0c6f355835e157662d6f4ac6d4ba03698556c0" +content-hash = "f9be251795261f183f22da625dda439d747bece137c01e35b85b043c32c088ec" diff --git a/unicorn_properties/pyproject.toml b/unicorn_properties/pyproject.toml index 471c478..83dcaaa 100644 --- a/unicorn_properties/pyproject.toml +++ b/unicorn_properties/pyproject.toml @@ -17,7 +17,7 @@ aws-xray-sdk = "^2.14.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.2" requests = "^2.32.3" -moto = {version = "^5.0.14", extras = ["dynamodb", "events", "sqs"]} +moto = {version = "^5.0.16", extras = ["dynamodb", "events", "sqs"]} importlib-metadata = "^8.4.0" pyyaml = "^6.0.2" arnparse = "^0.0.2"