From 8e5892b6aedacb11d261394372c8ce351229be1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:40:23 +0000 Subject: [PATCH] Bump pycodestyle from 2.7.0 to 2.11.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.7.0 to 2.11.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.7.0...2.11.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor ... 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 c7074af..6e574e5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,6 @@ python-telegram-bot==20.5 autopep8==1.5.7 isort==5.7.0 pre-commit==3.4.0 -pycodestyle==2.7.0 +pycodestyle==2.11.0 pylint==2.17.6 flake8==3.9.2