From 8c74afa3654b97d87bbc0e5c99a7b776e34cc09b Mon Sep 17 00:00:00 2001 From: Squeaky Date: Tue, 5 Nov 2024 12:24:46 +0100 Subject: [PATCH] bump flake8 --- .github/workflows/build-and-release.yaml | 2 +- requirements/lint.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index b32f67443..da1818e95 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -23,7 +23,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12' architecture: 'x64' - name: Install dependencies diff --git a/requirements/lint.txt b/requirements/lint.txt index 3c4ebbcc9..f92175813 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -4,11 +4,11 @@ attrs==24.2.0 black==24.8.0 click==8.1.7 isort==5.13.2 -flake8==5.0.4 +flake8==7.1.1 flake8-bugbear==24.10.31 flake8-future-import==0.4.7 flake8-no-u-prefixed-strings==0.2 -flake8-simplify==0.14.2 +flake8-simplify==0.21.0 flake8-sfs==1.0.0 flake8-tidy-imports==4.10.0 mccabe==0.7.0 @@ -18,7 +18,7 @@ packaging==24.1 pathspec==0.12.1 platformdirs==4.3.6 pyflakes==3.2.0 -pycodestyle==2.9.1 +pycodestyle==2.12.1 toml==0.10.2 tomli==2.0.2 typed-ast==1.5.5