From 8d495e359c18c246449dc92bfd1ce1be830a14e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:04:44 +0000 Subject: [PATCH] Bump pycodestyle from 2.11.1 to 2.12.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.0. - [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.11.1...2.12.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5ccf980..c3391aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -456,13 +456,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pycodestyle" -version = "2.11.1" +version = "2.12.0" description = "Python style guide checker" optional = false python-versions = ">=3.8" files = [ - {file = "pycodestyle-2.11.1-py2.py3-none-any.whl", hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67"}, - {file = "pycodestyle-2.11.1.tar.gz", hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f"}, + {file = "pycodestyle-2.12.0-py2.py3-none-any.whl", hash = "sha256:949a39f6b86c3e1515ba1787c2022131d165a8ad271b11370a8819aa070269e4"}, + {file = "pycodestyle-2.12.0.tar.gz", hash = "sha256:442f950141b4f43df752dd303511ffded3a04c2b6fb7f65980574f0c31e6e79c"}, ] [[package]] @@ -910,4 +910,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b480158842db9fb60462d0e07293fb8246775c76b4aac4a25b90e015cf8de9a9" +content-hash = "e4d253eccbce269ec91528f56d3d719d903bd6871fb391a9a534110dfd998751" diff --git a/pyproject.toml b/pyproject.toml index 09c5944..786851f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ pytest = "^8.2.0" [tool.poetry.group.dev.dependencies] mypy = "^1.10.0" sphinx = "^7.3.7" -pycodestyle = "^2.11.1" +pycodestyle = "^2.12.0" pyflakes = "^3.2.0" mccabe ="^0.7.0" radon="^6.0.1"