diff --git a/Pipfile b/Pipfile index 5a3714235..44f7d63dc 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ wheel = "*" # The last flake8 version that supports Python 3.6 specifies "pycodestyle >= # 2.9.0, < 2.10.0". ref: https://github.com/PyCQA/flake8/pull/1633 # The latest autopep8 specifies "pycodestyle >= 2.10.0". This conflict cannot be resolved. Pin the version to resolve this. -autopep8 = "<=1.7.0" +autopep8 = "<=2.0.4" importlib-metadata = "<5.0" isort = "*" more_itertools = "<8.15"