diff --git a/poetry.lock b/poetry.lock index 6995717..eb20c23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "add-trailing-comma" -version = "3.1.0" +version = "3.2.0" description = "Automatically add trailing commas to calls and literals" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "add_trailing_comma-3.1.0-py2.py3-none-any.whl", hash = "sha256:160207e2ac414a841a71f4f5095f7350f87af460aab3dfe36cfa037992530e5c"}, - {file = "add_trailing_comma-3.1.0.tar.gz", hash = "sha256:b255319d7ef6dca308b051ffd80fccf98c018879744c7c7e03083b2eee079c45"}, + {file = "add_trailing_comma-3.2.0-py2.py3-none-any.whl", hash = "sha256:e88c66d0172754cc31998440a040d8c67a47d9ec488a0b83681b28a257fa88ab"}, + {file = "add_trailing_comma-3.2.0.tar.gz", hash = "sha256:b3bb8b7184983a15199ce282b849f9db0612d067936f2c2610f2af1e1a53b97d"}, ] [package.dependencies] @@ -1647,4 +1647,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "a09c10666e0353f84e6010626c5f535dd976b5b5fce8517c84bc383558bc429d" +content-hash = "62848ef8e4fb8b775f0cbb1447d863df006fcb9d2ef3c92a2533049b71c00e7c" diff --git a/pyproject.toml b/pyproject.toml index 7372814..f4e5c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.9, <3.14" loguru = ">=0.6.0,<0.7.0" [tool.poetry.dev-dependencies] -add-trailing-comma = "3.1.0" +add-trailing-comma = "3.2.0" autoflake = "2.3.1" black = "25.1.0" isort = "6.0.1"