diff --git a/poetry.lock b/poetry.lock index 6b96f66..8985ca2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -927,13 +927,13 @@ files = [ [[package]] name = "moto" -version = "5.0.5" +version = "5.0.6" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.5-py2.py3-none-any.whl", hash = "sha256:4ecdd4084491a2f25f7a7925416dcf07eee0031ce724957439a32ef764b22874"}, - {file = "moto-5.0.5.tar.gz", hash = "sha256:2eaca2df7758f6868df420bf0725cd0b93d98709606f1fb8b2343b5bdc822d91"}, + {file = "moto-5.0.6-py2.py3-none-any.whl", hash = "sha256:ca1e22831a741733b581ff2ef4d6ae2e1c6db1eab97af1b78b86ca2c6e88c609"}, + {file = "moto-5.0.6.tar.gz", hash = "sha256:ad8b23f2b555ad694da8b2432a42b6d96beaaf67a4e7d932196a72193a2eee2c"}, ] [package.dependencies] @@ -2040,4 +2040,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "8259714c621adfca7add2d5cf9b3f09c9997dd48cb8acb7be16e844b86bc9a19" +content-hash = "ce7d8317df29d346234ab323cda81750c5a0adb0b9fb05ff978a367e6706bd95" diff --git a/pyproject.toml b/pyproject.toml index 22f1a33..9e557ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pyupgrade = "^3.3.1" mypy = "^1.10.0" isort = "^5.11.5" singer-sdk = { version="^0.37.0", extras = ["testing"] } -moto = "^5.0.5" +moto = "^5.0.6" coverage = "^7.5.1" pydocstyle = "^6.3.0"