Skip to content

Commit ab0bcbc

Browse files
Bump moto from 4.2.13 to 5.1.1
Bumps [moto](https://github.com/getmoto/moto) from 4.2.13 to 5.1.1. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@4.2.13...5.1.1) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86939d8 commit ab0bcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docs = [
4747
"sphinx==8.2.3",
4848
]
4949
dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"]
50-
tests = ["moto==4.2.13", "pytest-cov==6.0.0", "pytest==8.3.5"]
50+
tests = ["moto==5.1.1", "pytest-cov==6.0.0", "pytest==8.3.5"]
5151
vis = ["matplotlib", "pydot"]
5252
fireworks = ["FireWorks"]
5353
strict = [
@@ -56,7 +56,7 @@ strict = [
5656
"maggma==0.71.5",
5757
"matplotlib==3.9.4",
5858
"monty==2025.3.3",
59-
"moto==4.2.13",
59+
"moto==5.1.1",
6060
"networkx==3.2.1",
6161
"pydantic-settings==2.8.1",
6262
"pydantic==2.10.6",

0 commit comments

Comments
 (0)