From db8e510e0468af99408a274e8fcbec13e1db2d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:07:56 +0000 Subject: [PATCH] Bump pycodestyle from 2.11.0 to 2.11.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.0 to 2.11.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.11.0...2.11.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index d94de12..6685a28 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ types-requests = "==2.31.0.8" [dev-packages] towncrier = "==23.6.0" pydocstyle = {version = "==6.3.0", extras = ["toml"]} -pycodestyle = "==2.11.0" +pycodestyle = "==2.11.1" mypy = "==1.6.0" black = "==23.9.1" pytest = "==7.4.2" diff --git a/Pipfile.lock b/Pipfile.lock index 42c030a..a4e50f1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b6bc5c9032c1968259172b8e328b332e9c8e53ef436a347d11280743e150a2e0" + "sha256": "e35dc5d965d9eddbcc0722e9446893d1b96b55cb309c6ffd1b0dbdf79e3520c4" }, "pipfile-spec": 6, "requires": {}, @@ -843,12 +843,12 @@ }, "pycodestyle": { "hashes": [ - "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0", - "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8" + "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f", + "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.11.0" + "version": "==2.11.1" }, "pydocstyle": { "extras": [