From 5090fab32d063703fe32ccd192e87ecc927909c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:19:13 +0000 Subject: [PATCH 1/2] 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 34e285fd..3d0aa697 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==6.5.0 -flake8==5.0.4 +flake8==6.0.0 ipdb==0.13.13 pytest==7.3.1 pytest-cov==4.0.0 From e3586562be808e7eeb45be5ceb8c79a5e4ebaf88 Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Mon, 15 May 2023 07:23:29 +0200 Subject: [PATCH 2/2] Bring flake8 version in GitHub actions in sync with requirements-dev.txt --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e5530aed..d4c0f8b0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -377,7 +377,7 @@ jobs: - name: flake8 Lint uses: py-actions/flake8@v2.2.1 with: - flake8-version: 4.0.1 + flake8-version: 6.0.0 path: aiomysql args: tests examples