From 3b167746b419f7ed9ea54b11c10165ebfdd47404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:55:28 +0000 Subject: [PATCH] build(deps): bump pycodestyle from 2.11.0 to 2.11.1 in /backend/uclapi 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/uclapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/uclapi/requirements.txt b/backend/uclapi/requirements.txt index 6c8ff64b0..876c86b0b 100644 --- a/backend/uclapi/requirements.txt +++ b/backend/uclapi/requirements.txt @@ -22,7 +22,7 @@ greenlet==2.0.2 hiredis==2.2.3 lxml==4.9.3 parameterized==0.9.0 -pycodestyle==2.11.0 +pycodestyle==2.11.1 pycryptodome==3.18.0 psycopg2-binary==2.9.7 python-dateutil==2.8.2