From f687a8b718f401502bd2520db9249fdb5e17d1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:33:40 +0100 Subject: [PATCH] chore(deps-dev): bump moto from 5.0.17 to 5.0.21 (#148) Bumps [moto](https://github.com/getmoto/moto) from 5.0.17 to 5.0.21. - [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.17...5.0.21) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b929ca..4ecf26f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ jinja2==3.1.4; python_version >= '3.7' jmespath==1.0.1; python_version >= '3.7' markupsafe==3.0.2; python_version >= '3.9' mock==5.1.0; python_version >= '3.6' -moto==5.0.17; python_version >= '3.8' +moto==5.0.21; python_version >= '3.8' mypy-extensions==1.0.0; python_version >= '3.5' packaging==24.1; python_version >= '3.8' pathspec==0.12.1; python_version >= '3.8'