From 26258330787a67041fd33b7924ab539a45f7ea44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:23:28 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 (#3757) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75c000cc6..43306f25b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -118,9 +118,9 @@ repos: rev: 6.10.0 hooks: - id: pip-compile - entry: pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint + entry: pip-compile -q --resolver=backtracking --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint - id: pip-compile name: pip-compile-upgrade - entry: pip-compile -q --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint + entry: pip-compile -q --resolver=backtracking --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint files: ^(setup\.cfg|requirements.txt|constraints\.txt)$ stages: [manual] diff --git a/requirements.txt b/requirements.txt index 2b6fbed77..f5ffad704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with python 3.8 # To update, run: # -# pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt +# pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking --strip-extras setup.cfg tools/opts.txt # alabaster==0.7.12 ansi2html==1.8.0 @@ -32,7 +32,7 @@ enrich==1.2.7 exceptiongroup==1.0.3 execnet==1.9.0 filelock==3.8.0 -flake8==5.0.4 +flake8==6.0.0 identify==2.5.9 idna==3.4 imagesize==1.4.1 @@ -55,9 +55,9 @@ pluggy==1.0.0 pre-commit==2.20.0 ptyprocess==0.7.0 py==1.11.0 -pycodestyle==2.9.1 +pycodestyle==2.10.0 pycparser==2.21 -pyflakes==2.5.0 +pyflakes==3.0.1 pygments==2.13.0 pyparsing==3.0.9 pyrsistent==0.19.2