From 0e7cca11ef6f63ac5693daa22f68467991f03ee2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:03:55 +0000 Subject: [PATCH] Update dependency pycodestyle to v2.12.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e4e9057..91fcf919 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,13 +637,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pycodestyle" -version = "2.12.0" +version = "2.12.1" description = "Python style guide checker" optional = false python-versions = ">=3.8" files = [ - {file = "pycodestyle-2.12.0-py2.py3-none-any.whl", hash = "sha256:949a39f6b86c3e1515ba1787c2022131d165a8ad271b11370a8819aa070269e4"}, - {file = "pycodestyle-2.12.0.tar.gz", hash = "sha256:442f950141b4f43df752dd303511ffded3a04c2b6fb7f65980574f0c31e6e79c"}, + {file = "pycodestyle-2.12.1-py2.py3-none-any.whl", hash = "sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3"}, + {file = "pycodestyle-2.12.1.tar.gz", hash = "sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521"}, ] [[package]] @@ -1086,4 +1086,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "67f101f58c9333c2f0b92eb732c0b8814895d50fa9468487e225e05174a35016" +content-hash = "676240c28c6d0c4db46d4027c21e05495e6c9947f426177b8a4db48f5e2d8661" diff --git a/pyproject.toml b/pyproject.toml index 47c2dda1..0db0bf26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ sphinx = [ {version = ">=7.2", python = ">=3.9"} ] black = "24.8.0" -pycodestyle = "2.12.0" +pycodestyle = "2.12.1" mypy = "1.11.1" pytest = "8.2.2" pytest-cov = "5.0.0"