From c45aa29ac4636f46c3b4a2fc772ce7d57c4fa0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 02:39:25 +0000 Subject: [PATCH] Update pycodestyle requirement from ~=2.10 to ~=2.13 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.10.0...2.13.0) --- updated-dependencies: - dependency-name: pycodestyle 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 57913f3..0d8a7ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # code quality autopep8~=2.3 black~=24.10 -pycodestyle~=2.10 +pycodestyle~=2.13 pylint~=3.0 # uploading to pypi