diff --git a/poetry.lock b/poetry.lock index 041b548..1fb0af5 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.0" +version = "2.2.1" description = "Removes unused imports and unused variables" optional = false python-versions = ">=3.8" files = [ - {file = "autoflake-2.2.0-py3-none-any.whl", hash = "sha256:de409b009a34c1c2a7cc2aae84c4c05047f9773594317c6a6968bd497600d4a0"}, - {file = "autoflake-2.2.0.tar.gz", hash = "sha256:62e1f74a0fdad898a96fee6f99fe8241af90ad99c7110c884b35855778412251"}, + {file = "autoflake-2.2.1-py3-none-any.whl", hash = "sha256:265cde0a43c1f44ecfb4f30d95b0437796759d07be7706a2f70e4719234c0f79"}, + {file = "autoflake-2.2.1.tar.gz", hash = "sha256:62b7b6449a692c3c9b0c916919bbc21648da7281e8506bcf8d3f8280e431ebc1"}, ] [package.dependencies] @@ -1352,4 +1352,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "0ecde6b4b97a1a849fe54020356be86d79ed66aafa9b3dc41e0d074b88fbf22f" +content-hash = "d1565eeff5904120aef3608e4baff989619694d07634e305ab98faab1e3b937a" diff --git a/pyproject.toml b/pyproject.toml index 9257739..28476fd 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.0" +autoflake = "2.2.1" black = "23.9.1" mypy = "1.5.1" pre-commit = "3.4.0"