diff --git a/poetry.lock b/poetry.lock index 2ed94cf15f4..bc535751243 100644 --- a/poetry.lock +++ b/poetry.lock @@ -49,13 +49,13 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[package]] name = "autopep8" -version = "2.3.1" +version = "2.3.2" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "autopep8-2.3.1-py2.py3-none-any.whl", hash = "sha256:a203fe0fcad7939987422140ab17a930f684763bf7335bdb6709991dd7ef6c2d"}, - {file = "autopep8-2.3.1.tar.gz", hash = "sha256:8d6c87eba648fdcfc83e29b788910b8643171c395d9c4bcf115ece035b9c9dda"}, + {file = "autopep8-2.3.2-py2.py3-none-any.whl", hash = "sha256:ce8ad498672c845a0c3de2629c15b635ec2b05ef8177a6e7c91c74f3e9b51128"}, + {file = "autopep8-2.3.2.tar.gz", hash = "sha256:89440a4f969197b69a995e4ce0661b031f455a9f776d2c5ba3dbd83466931758"}, ] [package.dependencies] @@ -1547,4 +1547,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "0fb944dea9fc1f69318dbe050a7d297834cf47555ff038486a13db8e48f3c44c" +content-hash = "91b459128f0731ccfad942db6443ace4ce2d2318eba656db0341e7b54c36441b" diff --git a/pyproject.toml b/pyproject.toml index 1d3d482a366..52af756cc78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ alt-profanity-check = "1.5.2" pytest = "8.3.4" mypy = "1.14.1" types-PyYAML = "6.0.12.20241230" -autopep8 = "2.3.1" +autopep8 = "2.3.2" pylint = "3.3.3" flake8 = "7.1.1" black = "24.10.0"