From 1cf6a0c5725f454e1e02321a03bf92e3d05962ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:27:47 +0000 Subject: [PATCH] Bump moto from 5.0.7 to 5.0.9 Bumps [moto](https://github.com/getmoto/moto) from 5.0.7 to 5.0.9. - [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.7...5.0.9) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae49302..34d3cd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1444,13 +1444,13 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} [[package]] name = "moto" -version = "5.0.7" +version = "5.0.9" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.7-py2.py3-none-any.whl", hash = "sha256:c0214c1361fb1dc85f587d9ce17cd988c6f69ff0ed54d43789654022e0e744f2"}, - {file = "moto-5.0.7.tar.gz", hash = "sha256:f2cde691dc4bc675e318a65f018902ac7f89d61bf2646052f7df215d212f069e"}, + {file = "moto-5.0.9-py2.py3-none-any.whl", hash = "sha256:21a13e02f83d6a18cfcd99949c96abb2e889f4bd51c4c6a3ecc8b78765cb854e"}, + {file = "moto-5.0.9.tar.gz", hash = "sha256:eb71f1cba01c70fff1f16086acb24d6d9aeb32830d646d8989f98a29aeae24ba"}, ] [package.dependencies] @@ -2421,4 +2421,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "11a9e61e2c0562b0342fa4a3550931a50b3b00ee82f7713adbaf5dce5037db25" +content-hash = "49dab13330f77421f4c64bf905e6f2f55760d33aff9dd73f74c48a992741cf8c" diff --git a/pyproject.toml b/pyproject.toml index ca879e4..b8c96a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^8.2.1" pytest-asyncio = "^0.23.6" mirakuru = "^2.5.2" requests-html = "^0.10.0" -moto = "^5.0.7" +moto = "^5.0.9" freezegun = "^1.5.1" black = "^24.4.2" boto3 = "^1.34.108"