From f3507fef762dc1470f7b248ebe05429e89733162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:44:20 +0000 Subject: [PATCH] build(deps): update dependency pycodestyle to v2.11.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f259d59..ea975eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -135,7 +135,7 @@ psycopg2==2.9.2 # via -r requirements.in py==1.11.0 # via pytest -pycodestyle==2.7.0 +pycodestyle==2.11.1 # via flake8 pycparser==2.21 # via cffi