diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d214d82..42c905b7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,5 +7,5 @@ pytest-mock==3.14.0 wheel==0.43.0 time-machine==2.14.1 twine==4.0.2 -moto==4.2.14 +moto==5.0.27 boto3==1.34.32 \ No newline at end of file diff --git a/setup.py b/setup.py index 084fb14c..7f286875 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ ], "dev": [ "twine", - "moto < 5", + "moto < 6", "boto3 >= 1.11.9, <2.0.0", "pytest >= 3.6", "coverage",