diff --git a/poetry.lock b/poetry.lock index d60d74bc9..de6becb29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3477,4 +3477,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "a8e301f5f2a4e8d4265248aa10934903e2ffc1662dad4dcaaa32751a70bd2678" +content-hash = "8ba1b0d89adfffca26c63d5dce9bcad3d065eea1c1a952f1e36baaf16e06f06d" diff --git a/pyproject.toml b/pyproject.toml index d5b0e310b..0358caf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pytest-subprocess = "^1.5.2" pytest-sugar = "^1.0.0" pytest-xdist = {extras = ["psutil"], version = "^3.6.1"} testfixtures = "^8.3.0" # TODO (kyle) remove use of this dependency - was inherited -tomli-w = "^1.0.0" +tomli-w = "^1.1.0" [tool.poetry.group.types.dependencies] mypy-boto3 = "^1.35.36" # importable boto3 type annotations