diff --git a/poetry.lock b/poetry.lock index 55c345dc..d7f31626 100644 --- a/poetry.lock +++ b/poetry.lock @@ -84,17 +84,17 @@ numpy = ">=1.12" [[package]] name = "autopep8" -version = "2.0.4" +version = "2.1.0" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "autopep8-2.0.4-py2.py3-none-any.whl", hash = "sha256:067959ca4a07b24dbd5345efa8325f5f58da4298dab0dde0443d5ed765de80cb"}, - {file = "autopep8-2.0.4.tar.gz", hash = "sha256:2913064abd97b3419d1cc83ea71f042cb821f87e45b9c88cad5ad3c4ea87fe0c"}, + {file = "autopep8-2.1.0-py2.py3-none-any.whl", hash = "sha256:2bb76888c5edbcafe6aabab3c47ba534f5a2c2d245c2eddced4a30c4b4946357"}, + {file = "autopep8-2.1.0.tar.gz", hash = "sha256:1fa8964e4618929488f4ec36795c7ff12924a68b8bf01366c094fc52f770b6e7"}, ] [package.dependencies] -pycodestyle = ">=2.10.0" +pycodestyle = ">=2.11.0" tomli = {version = "*", markers = "python_version < \"3.11\""} [[package]] @@ -1938,4 +1938,4 @@ pytorch-support = [] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "cab298b0e0ec1db39b63332930bdad0ef28913b9a637328a35b924cd84938a18" +content-hash = "e15a21eebf46daf7ceacedfed0a039ce661571dc18659c1b19036bd399033603" diff --git a/pyproject.toml b/pyproject.toml index e9f5f7cb..3f355a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ torch = "*" jax = "*" jaxlib = "*" autograd = "*" -autopep8 = "^2.0.2" +autopep8 = "^2.1.0" pytest = "*" parameterized = "*"