diff --git a/poetry.lock b/poetry.lock index 6d6f64ce8..32e16db52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -60,7 +60,7 @@ tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy" [[package]] name = "autoflake" -version = "1.5.3" +version = "1.6.0" description = "Removes unused imports and unused variables" category = "dev" optional = false @@ -68,7 +68,7 @@ python-versions = ">=3.7" [package.dependencies] pyflakes = ">=1.1.0" -toml = ">=0.10.2" +tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [[package]] name = "beautifulsoup4" @@ -1115,14 +1115,6 @@ url = "https://github.com/astanin/python-tabulate" reference = "master" resolved_reference = "3f0757e117ed2ca1171bbf84b61793f353d67282" -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" - [[package]] name = "tomli" version = "2.0.1" @@ -1323,7 +1315,7 @@ selenium = ["selenium-wire", "webdriver-manager", "pybrowsers"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "4f4fc76dc8c9426e913a2ae5bf6f5793a9077e47b440261bf7049a1e4302e309" +content-hash = "c3e229468bde8897bc7b4c058c2f43b3bd766084e0d6c99d219695d7c6b3dfcf" [metadata.files] anyio = [ @@ -1347,8 +1339,8 @@ attrs = [ {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] autoflake = [ - {file = "autoflake-1.5.3-py2.py3-none-any.whl", hash = "sha256:90eb8d3f625bd72068eb670338ea7efcddbc5c6e822d3601e3dc9404c06ea8da"}, - {file = "autoflake-1.5.3.tar.gz", hash = "sha256:44f7d7eb2c1c49505b513c0e93a5dfd3f7b4218283f50c5ca0af4df6b975d470"}, + {file = "autoflake-1.6.0-py2.py3-none-any.whl", hash = "sha256:d5de7da3786809bbdedbdbdeecbb410d55277b3492a4a3ede882998f1e87f156"}, + {file = "autoflake-1.6.0.tar.gz", hash = "sha256:6d313038abf4ad829cb88c9b01cd16387369ac529842bcd7f25a967ab4e99b8f"}, ] beautifulsoup4 = [ {file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"}, @@ -2143,10 +2135,6 @@ soupsieve = [ {file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"}, ] tabulate = [] -toml = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] tomli = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, diff --git a/pyproject.toml b/pyproject.toml index 0d1ad0b1a..5eafeb3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pyppeteer = ["pyppeteer"] selenium = ["selenium-wire", "webdriver-manager", "pybrowsers"] [tool.poetry.dev-dependencies] -autoflake = "^1.5.3" +autoflake = "^1.6.0" black = "^22.8" isort = "^5.10.1" mkdocs-material = "^8.5.2"