From 5f1bd03a0f2e26895294cfdfaec83cc66a52b770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:45:05 +0100 Subject: [PATCH] Bump moto from 5.0.18 to 5.0.22 (#537) Bumps [moto](https://github.com/getmoto/moto) from 5.0.18 to 5.0.22. - [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.18...5.0.22) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08f83e53..2579b491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dev = [ "datacontract-cli[all]", "httpx==0.28.0", "kafka-python", - "moto==5.0.18", + "moto==5.0.22", "pandas>=2.1.0", "pre-commit>=3.7.1,<4.1.0", "pytest",