From c4c54ba7ce8c57e947a31e1a3aa544277d303239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:57:26 +0000 Subject: [PATCH] Bump moto from 5.0.12 to 5.0.13 Bumps [moto](https://github.com/getmoto/moto) from 5.0.12 to 5.0.13. - [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.12...5.0.13) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9099b07..b345e90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1465,13 +1465,13 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} [[package]] name = "moto" -version = "5.0.12" +version = "5.0.13" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.12-py2.py3-none-any.whl", hash = "sha256:406095ba28da9e67e59bfc6b31b4a2627ca896d3e2c7eb82838fbe527e3c218a"}, - {file = "moto-5.0.12.tar.gz", hash = "sha256:10bd434bfda329639fe9529470c4c27938064c139984024e6a62513e50aff427"}, + {file = "moto-5.0.13-py2.py3-none-any.whl", hash = "sha256:984377a9c4536543fc09f49a1d5210c61c4a4f55c79719f7d9f8dcdd9bf55ea5"}, + {file = "moto-5.0.13.tar.gz", hash = "sha256:ddf8864f0d61af88fd07a4e5eac428c6bebf4fcd10023f8e756e65e9e7b7e4a5"}, ] [package.dependencies] @@ -1496,6 +1496,7 @@ cloudformation = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (> cognitoidp = ["joserfc (>=0.9.0)"] dynamodb = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.5)"] dynamodbstreams = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.5)"] +events = ["jsonpath-ng"] glue = ["pyparsing (>=3.0.7)"] iotdata = ["jsondiff (>=1.1.2)"] proxy = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=2.5.1)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "jsonpath-ng", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.5)", "pyparsing (>=3.0.7)", "setuptools"] @@ -2455,4 +2456,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "aa7782076d8b5250cfd29bf15338de3f6b24f8992301a1a2aa2260f396767ec7" +content-hash = "b1bddec9ee0bf75bc6f03d92ac11a840ffffd6fa0cd44a2e7ac29b3d6d9ee4b0" diff --git a/pyproject.toml b/pyproject.toml index e07ab27..4185fc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^8.3.2" pytest-asyncio = "^0.23.8" mirakuru = "^2.5.2" requests-html = "^0.10.0" -moto = "^5.0.12" +moto = "^5.0.13" freezegun = "^1.5.1" black = "^24.8.0" boto3 = "^1.34.158"