From edd82f173dae3117a1c17e4f318388fb54a4da48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:16:32 +0000 Subject: [PATCH] Update pycodestyle requirement from ~=2.13 to ~=2.14 Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to permit the latest version. - [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.13.0...2.14.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de53f15..5ba84a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # code quality autopep8~=2.3 black~=25.1 -pycodestyle~=2.13 +pycodestyle~=2.14 pylint~=3.3 # uploading to pypi