diff --git a/poetry.lock b/poetry.lock index 34d5a03..96d2d9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "anyio" @@ -588,21 +588,21 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pycln" -version = "2.1.3" +version = "2.4.0" description = "A formatter for finding and removing unused import statements." optional = false -python-versions = ">=3.6.2,<4" +python-versions = ">=3.7.0,<4" files = [ - {file = "pycln-2.1.3-py3-none-any.whl", hash = "sha256:161142502e4ff9853cd462a38401e29eb56235919856df2cb7fa4c84e463717f"}, - {file = "pycln-2.1.3.tar.gz", hash = "sha256:a33bfc64ded74a623b7cf49eca38b58db4348facc60c35af26d45de149b256f5"}, + {file = "pycln-2.4.0-py3-none-any.whl", hash = "sha256:d1bf648df17077306100815d255d45430035b36f66bac635df04a323c61ba126"}, + {file = "pycln-2.4.0.tar.gz", hash = "sha256:1f3eefb7be18a9ee06c3bdd0ba2e91218cd39317e20130325f107e96eb84b9f6"}, ] [package.dependencies] -libcst = {version = ">=0.3.10,<0.5.0", markers = "python_version >= \"3.7\""} -pathspec = ">=0.9.0,<0.11.0" -pyyaml = ">=5.3.1,<7.0.0" -tomlkit = ">=0.11.1,<0.12.0" -typer = ">=0.4.1,<0.8.0" +libcst = ">=0.3.10" +pathspec = ">=0.9.0" +pyyaml = ">=5.3.1" +tomlkit = ">=0.11.1" +typer = ">=0.4.1" [[package]] name = "pycryptodome"