diff --git a/poetry.lock b/poetry.lock index cf4779c..22e29b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -37,7 +37,7 @@ tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy" [[package]] name = "autoflake" -version = "1.6.1" +version = "1.7.0" description = "Removes unused imports and unused variables" category = "dev" optional = false @@ -565,7 +565,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "fa5b793895eac6a58677dd065627b4aaab1bb44cec31c7faa7fbbb3ed25c7b04" +content-hash = "b619201fef90c8441aa7321fb347bfb4b5d332bc22c1618f324ba8f86e6a7ecc" [metadata.files] altgraph = [ @@ -581,8 +581,8 @@ attrs = [ {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] autoflake = [ - {file = "autoflake-1.6.1-py2.py3-none-any.whl", hash = "sha256:dfef4c851fb07e6111f9115d3e7c8c52d8564cbf71c12ade2d8b8a2a7b8bd176"}, - {file = "autoflake-1.6.1.tar.gz", hash = "sha256:72bce741144ef6db26005d47dba242c1fd6a91ea53f7f4c5a90ad4b051e394c2"}, + {file = "autoflake-1.7.0-py2.py3-none-any.whl", hash = "sha256:cb46baf67d7114302cf66363f384d34704508828f1606a42a267957531f2bab3"}, + {file = "autoflake-1.7.0.tar.gz", hash = "sha256:ac2f7d61cd54e675319fc67ce4a9b4ba69cb054af9ae4e8e565cfcb57ba15c6a"}, ] black = [ {file = "black-22.8.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ce957f1d6b78a8a231b18e0dd2d94a33d2ba738cd88a7fe64f53f659eea49fdd"}, diff --git a/pyproject.toml b/pyproject.toml index 7c06446..b8f592c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ semver = "^2.9.1" pytest = "^7" mypy = "^0.982" black = "^22" -autoflake = "^1.6" +autoflake = "^1.7" pytest-cov = "^4" pyinstaller = "^4.1" pylint = "^2.5.3"