From 8ad94e6ac1839c76efc553f429c20edae3736fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 06:37:42 +0000 Subject: [PATCH] Bump autopep8 from 2.3.1 to 2.3.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e1b2b258..c3d7fc98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -20,13 +20,13 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[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] @@ -449,4 +449,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9.1" -content-hash = "43ba55015a679c7323828e9127cb6810fb2c2ec79c8718a082fd84b7af27dacb" +content-hash = "e17bb30cdf34d9a3bc10faf18f4788084afefb3931e7ddfd12d3cbcf946559f0" diff --git a/pyproject.toml b/pyproject.toml index fba80916..68bdac07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8 = "^7.1.1" isort = "^5.13.2" mypy = "^1.14.1" pytest = "^8.3.4" -autopep8 = "^2.3.1" +autopep8 = "^2.3.2" jestspectation = "^1.4.5" flake8-pyproject = "^1.2.3"