From 58461c9249795b5e1190cf391df5b7285687f2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:52:40 +0000 Subject: [PATCH] CI: (deps): Bump the flake8 group across 1 directory with 4 updates Bumps the flake8 group with 4 updates in the /ci directory: [flake8](https://github.com/pycqa/flake8), [pycodestyle](https://github.com/PyCQA/pycodestyle), [pyflakes](https://github.com/PyCQA/pyflakes) and [flake8-requirements](https://github.com/Arkq/flake8-requirements). Updates `flake8` from 6.1.0 to 7.1.0 - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.1.0) Updates `pycodestyle` from 2.11.1 to 2.12.0 - [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.1...2.12.0) Updates `pyflakes` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0) Updates `flake8-requirements` from 2.0.1 to 2.2.1 - [Commits](https://github.com/Arkq/flake8-requirements/compare/v2.0.1...v2.2.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: flake8 - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flake8 - dependency-name: pyflakes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flake8 - dependency-name: flake8-requirements dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flake8 ... Signed-off-by: dependabot[bot] --- ci/linting_requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index 742839a5459..db857cd8eee 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -1,14 +1,14 @@ ruff==0.1.5 -flake8==6.1.0 -pycodestyle==2.11.1 -pyflakes==3.1.0 +flake8==7.1.0 +pycodestyle==2.12.0 +pyflakes==3.2.0 flake8-continuation==1.0.5 flake8-copyright==0.2.4 flake8-isort==6.1.1 isort==5.12.0 -flake8-requirements==2.0.1 +flake8-requirements==2.2.1 flake8-rst-docstrings==0.3.0