From 9c66e8c87da8f68a14d15d288bc02dcf19ff6b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 17:29:27 +0000 Subject: [PATCH] Bump pycodestyle from 2.9.1 to 2.12.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.9.1 to 2.12.1. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.9.1...2.12.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ca244d9..385840a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -250,9 +250,9 @@ platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "4.0" \ pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ --hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669 -pycodestyle==2.9.1 ; python_version >= "3.8" and python_version < "4.0" \ - --hash=sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785 \ - --hash=sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b +pycodestyle==2.12.1 ; python_version >= "3.8" and python_version < "4.0" \ + --hash=sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3 \ + --hash=sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521 pydantic-core==2.32.0 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:00abf84d4f052c3ee5c4f35e1b87907ab18b08c5046d3d4e7401ec583cdfab67 \ --hash=sha256:014a0c8a7d5125f9945051ad315b7d0fb00bf7b28981d30c12f63e9e350f67ff \