diff --git a/poetry.lock b/poetry.lock index 1438b45..432e723 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,13 +16,13 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""} [[package]] name = "autoflake" -version = "2.2.1" +version = "2.3.0" description = "Removes unused imports and unused variables" optional = false python-versions = ">=3.8" files = [ - {file = "autoflake-2.2.1-py3-none-any.whl", hash = "sha256:265cde0a43c1f44ecfb4f30d95b0437796759d07be7706a2f70e4719234c0f79"}, - {file = "autoflake-2.2.1.tar.gz", hash = "sha256:62b7b6449a692c3c9b0c916919bbc21648da7281e8506bcf8d3f8280e431ebc1"}, + {file = "autoflake-2.3.0-py3-none-any.whl", hash = "sha256:79a51eb8c0744759d2efe052455ab20aa6a314763510c3fd897499a402126327"}, + {file = "autoflake-2.3.0.tar.gz", hash = "sha256:8c2011fa34701b9d7dcf05b9873bc4859d4fce4e62dfea90dffefd1576f5f01d"}, ] [package.dependencies] @@ -1271,4 +1271,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.13" -content-hash = "605e6c12f1ecfe20b126a68aa24f2e456839a053e1b44e7f43c266bd5dd09cd1" +content-hash = "3a9098708d249c554c0f24420007ac9d8ba8f4ea72e5b560e0a98f448211ae0c" diff --git a/pyproject.toml b/pyproject.toml index 1f921d0..1a05bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ rich = ">=13.0.0" optional = true [tool.poetry.group.dev.dependencies] -autoflake = "2.2.1" +autoflake = "2.3.0" mypy = "1.8.0" pre-commit = "3.5.0" pytest = "7.4.3"