From 9fd05be3b5662671badd86eef07418be5b864e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:29:26 +0000 Subject: [PATCH] Bump moto from 5.0.26 to 5.0.27 Bumps [moto](https://github.com/getmoto/moto) from 5.0.26 to 5.0.27. - [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.26...5.0.27) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 63ec66f2..5910658c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1541,13 +1541,13 @@ files = [ [[package]] name = "moto" -version = "5.0.26" +version = "5.0.27" description = "A library that allows you to easily mock out tests based on AWS infrastructure" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.26-py3-none-any.whl", hash = "sha256:803831f427ca6c0452ae4fb898d731cfc19906466a33a88cbc1076abcbfcbba7"}, - {file = "moto-5.0.26.tar.gz", hash = "sha256:6829f58a670a087e7c5b63f8183c6b72d64a1444e420c212250b7326b69a9183"}, + {file = "moto-5.0.27-py3-none-any.whl", hash = "sha256:27042fd94c8def0166d9f2ae8d39d9488d4b3115542b5fca88566c0424549013"}, + {file = "moto-5.0.27.tar.gz", hash = "sha256:6c123de7e0e5e6508a10c399ba3ecf2d5143f263f8e804fd4a7091941c3f5207"}, ] [package.dependencies] @@ -1557,7 +1557,7 @@ cryptography = ">=35.0.0" Jinja2 = ">=2.10.1" python-dateutil = ">=2.1,<3.0.0" requests = ">=2.5" -responses = ">=0.15.0" +responses = ">=0.15.0,<0.25.5 || >0.25.5" werkzeug = ">=0.5,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1" xmltodict = "*" @@ -3214,4 +3214,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a2383e5740cc3cafb45c082b1f69301eed927abfa121732bdb89a105cc8fd2fc" +content-hash = "2e5ac3eef10b4ba4819e798b82dc747022e87fc1c93e9772dc38467ce2b63a39" diff --git a/pyproject.toml b/pyproject.toml index 30897f10..a7942cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ black = "24.10.0" flake8-bugbear = "24.12.12" bs4 = "^0.0.2" isort = "5.13.2" -moto = "^5.0.26" +moto = "^5.0.27" pep8-naming = "0.14.1" pip-tools = "7.4.1" pyopenssl = "^25"