From a839d57c8c20432ff1c3c9a31d19592d421542f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:38:37 +0000 Subject: [PATCH] chore(deps-dev): bump moto from 5.0.15 to 5.0.16 in /unicorn_web 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_web/poetry.lock | 8 ++++---- unicorn_web/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/unicorn_web/poetry.lock b/unicorn_web/poetry.lock index 8b4392d..e435cbf 100644 --- a/unicorn_web/poetry.lock +++ b/unicorn_web/poetry.lock @@ -809,13 +809,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] @@ -1727,4 +1727,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5aea93a80752f78bbef6dffc3fac94bcf08147055ce3d1625d4c465b1d26b70f" +content-hash = "984932c0c7574391d1da78589d3e49c6a1862951486b7f8bb4aba966cd4aee7c" diff --git a/unicorn_web/pyproject.toml b/unicorn_web/pyproject.toml index ff8239e..0b3aa04 100644 --- a/unicorn_web/pyproject.toml +++ b/unicorn_web/pyproject.toml @@ -20,7 +20,7 @@ crhelper = "^2.0.11" [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"