diff --git a/poetry.lock b/poetry.lock index 768170b..65ab6e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -34,18 +34,18 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "autoflake" -version = "1.5.3" +version = "1.7.8" description = "Removes unused imports and unused variables" optional = false python-versions = ">=3.7" files = [ - {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.7.8-py3-none-any.whl", hash = "sha256:46373ef69b6714f5064c923bb28bd797c4f8a9497f557d87fc36665c6d956b39"}, + {file = "autoflake-1.7.8.tar.gz", hash = "sha256:e7e46372dee46fa1c97acf310d99d922b63d369718a270809d7c278d34a194cf"}, ] [package.dependencies] -pyflakes = ">=1.1.0" -toml = ">=0.10.2" +pyflakes = ">=1.1.0,<3" +tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [[package]] name = "backoff" @@ -1519,17 +1519,6 @@ postgresql-psycopgbinary = ["psycopg[binary] (>=3.0.7)"] pymysql = ["pymysql"] sqlcipher = ["sqlcipher3-binary"] -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] - [[package]] name = "tomli" version = "2.0.1" @@ -1697,4 +1686,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.1" -content-hash = "a89a906ecd66b29ec6ed66e5171c4192f1475c3cd00f7fe150e684188a346565" +content-hash = "c6ab1ae388f86b3a2187620eadc01bce15343aabfcb2d848cba668989cd24337" diff --git a/pyproject.toml b/pyproject.toml index 8baf044..3e034e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mypy = "^1.4" types-requests = "^2.25.8" isort = {extras = ["colors"], version = "^5.10.1"} pre-commit = "^2.17.0" -autoflake = "^1.4" +autoflake = "^1.7" [tool.black] include = "tap_spotify"