From 7e58ec9041c8ac55216bc46355d3ab0ba4aacd5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:05:15 +0000 Subject: [PATCH] build(deps): bump pycodestyle from 2.10.0 to 2.12.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.10.0 to 2.12.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.10.0...2.12.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9722e59..915183c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Jinja2==3.1.4 MarkupSafe==2.1.5 mysql-connector-python==8.0.32 protobuf==5.27.2 -pycodestyle==2.10.0 +pycodestyle==2.12.0 PyJWT==2.8.0 python-dotenv==1.0.0 pytz==2024.1