Skip to content

Commit

Permalink
Allow moto 4.2.0
Browse files Browse the repository at this point in the history
Everything after is broken.
  • Loading branch information
hynek committed Sep 5, 2023
1 parent 10c4748 commit af65566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
dependencies = ["attrs>=17.4.0", "importlib_metadata; python_version<'3.8'"]

[project.optional-dependencies]
tests = ["pytest", "coverage[toml]", "moto<4.2"]
tests = ["pytest", "coverage[toml]", "moto<4.2.1"]
aws = ["boto3"]
docs = [
"environ-config[aws]",
Expand Down

0 comments on commit af65566

Please sign in to comment.