diff --git a/poetry.lock b/poetry.lock index 61555a4..395db5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -75,19 +75,19 @@ tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy [[package]] name = "autopep8" -version = "1.7.0" +version = "2.0.2" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "autopep8-1.7.0-py2.py3-none-any.whl", hash = "sha256:6f09e90a2be784317e84dc1add17ebfc7abe3924239957a37e5040e27d812087"}, - {file = "autopep8-1.7.0.tar.gz", hash = "sha256:ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142"}, + {file = "autopep8-2.0.2-py2.py3-none-any.whl", hash = "sha256:86e9303b5e5c8160872b2f5ef611161b2893e9bfe8ccc7e2f76385947d57a2f1"}, + {file = "autopep8-2.0.2.tar.gz", hash = "sha256:f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c"}, ] [package.dependencies] -pycodestyle = ">=2.9.1" -toml = "*" +pycodestyle = ">=2.10.0" +tomli = {version = "*", markers = "python_version < \"3.11\""} [[package]] name = "babel" @@ -1236,4 +1236,4 @@ pyre2 = ["pyre2"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0d9f5f2cd6b104151563d62ba2e5357be129e541cec038863639f758257a3c25" +content-hash = "1be777528ad3543d5042535afb714d87af1951eabc7683ecf1dea7da529d4500" diff --git a/pyproject.toml b/pyproject.toml index a24c16b..4dcc120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pyre2 = ["pyre2"] [tool.poetry.dev-dependencies] pytest = "^7.1.3" Sphinx = "^5.2.3" -autopep8 = "^1.7.0" +autopep8 = "^2.0.2" [build-system] requires = ["poetry-core>=1.0.0"]