From 9f099d1f26bc0341a574126a12685265b5d84e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 05:07:44 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- requirements.txt | 8 ++++---- .../molecule/platforms_children/molecule.yml.md | 3 +-- .../molecule/platforms_networks/molecule.yml.md | 3 +-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75c000cc65..43306f25b4 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 2b6fbed770..f5ffad7045 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 diff --git a/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md b/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md index 68e09ebfc3..adf29d7053 100644 --- a/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md +++ b/tools/test-schema/negative_test/molecule/platforms_children/molecule.yml.md @@ -28,7 +28,6 @@ stdout: "message": "2 is not of type 'array'", "has_sub_errors": false } - ], - "parse_errors": [] + ] } ``` diff --git a/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md b/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md index 74b8de7e32..2dd52edc49 100644 --- a/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md +++ b/tools/test-schema/negative_test/molecule/platforms_networks/molecule.yml.md @@ -43,7 +43,6 @@ stdout: "message": "'bar' is not of type 'object'", "has_sub_errors": false } - ], - "parse_errors": [] + ] } ```