From 2d848c23d27b2fbcfaf126ca7330a1a212c1cdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:11:48 +0000 Subject: [PATCH] Build: Bump moto from 4.1.6 to 4.1.7 in /python Bumps [moto](https://github.com/getmoto/moto) from 4.1.6 to 4.1.7. - [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/4.1.6...4.1.7) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/poetry.lock | 8 ++++---- python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 4ff683ee1fe4..c745e764b787 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1380,14 +1380,14 @@ files = [ [[package]] name = "moto" -version = "4.1.6" +version = "4.1.7" description = "" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "moto-4.1.6-py2.py3-none-any.whl", hash = "sha256:cfe398a1f6e317d061c47c3d2dd8c6893f3eb49154984a7cbb8bcd4ba517d67d"}, - {file = "moto-4.1.6.tar.gz", hash = "sha256:fdcc2731212ca050a28b2bc83e87628294bcbd55cb4f4c4692f972023fb1e7e6"}, + {file = "moto-4.1.7-py2.py3-none-any.whl", hash = "sha256:56de986179f79920f59243bc532e03a7039d24a5ee5aec2eb3b666dcd23d6262"}, + {file = "moto-4.1.7.tar.gz", hash = "sha256:fb9a7615f744da4ea7f154ff8e79782b19781344a6356ca4c0d6217c1237d379"}, ] [package.dependencies] @@ -2864,4 +2864,4 @@ snappy = ["python-snappy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "62fde4b500c7314d03d31514d316aa2f26fc3362f710437e44e3795b2771d818" +content-hash = "072e67bc9df3008681d857b0d03e90f46ace77c7c4febc6d0562feaeec6a24d4" diff --git a/python/pyproject.toml b/python/pyproject.toml index 8e3d2cdeea1b..7314cddc9aa3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -70,7 +70,7 @@ pre-commit = "3.2.2" fastavro = "1.7.3" coverage = { version = "^7.2.3", extras = ["toml"] } requests-mock = "1.10.0" -moto = "^4.1.5" +moto = "^4.1.7" typing-extensions = '4.5.0' [tool.poetry.scripts]