From 33c6e8ed5964e3a0df008128ef5888549819b64f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Jan 2024 12:45:48 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7 --- scripts/qa/poetry.lock | 16 ++++++++-------- scripts/qa/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/qa/poetry.lock b/scripts/qa/poetry.lock index 02816f7d..f4331499 100644 --- a/scripts/qa/poetry.lock +++ b/scripts/qa/poetry.lock @@ -138,19 +138,19 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "flake8" -version = "6.1.0" +version = "7.0.0" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"}, - {file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"}, + {file = "flake8-7.0.0-py2.py3-none-any.whl", hash = "sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3"}, + {file = "flake8-7.0.0.tar.gz", hash = "sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132"}, ] [package.dependencies] mccabe = ">=0.7.0,<0.8.0" pycodestyle = ">=2.11.0,<2.12.0" -pyflakes = ">=3.1.0,<3.2.0" +pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "greenlet" @@ -516,13 +516,13 @@ files = [ [[package]] name = "pyflakes" -version = "3.1.0" +version = "3.2.0" description = "passive checker of Python programs" optional = false python-versions = ">=3.8" files = [ - {file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"}, - {file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"}, + {file = "pyflakes-3.2.0-py2.py3-none-any.whl", hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a"}, + {file = "pyflakes-3.2.0.tar.gz", hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"}, ] [[package]] @@ -775,4 +775,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6434cc35f7415553fcb197d4e97758eb014b8ec509518bfbb30b94d3737d2f79" +content-hash = "4ea188d64142a21bfb1314e1f63bf320ea5a7364479cf08a168c2fb3b20fccb9" diff --git a/scripts/qa/pyproject.toml b/scripts/qa/pyproject.toml index 1088fc34..89f5a0a6 100644 --- a/scripts/qa/pyproject.toml +++ b/scripts/qa/pyproject.toml @@ -11,7 +11,7 @@ boto3 = "^1.29.3" sqlalchemy = "^2.0.23" pandas = "^2.1.3" black = "^23.11.0" -flake8 = "^6.1.0" +flake8 = "^7.0.0" pylint = "^3.0.2" psycopg2-binary = "^2.9.9"