From f652ba36c7da65645acc5ebc6a48109fdaf58519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:35:04 +0000 Subject: [PATCH] chore(deps): bump flake8 from 6.0.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f0ee4b..21d282b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ lint = [ "platformdirs==3.5.1", "tomli==2.0.1,", "isort==5.12.0", - "flake8==6.0.0", + "flake8==7.0.0", "mccabe==0.7.0", "pycodestyle==2.10.0", "pyflakes==3.0.1", diff --git a/requirements.txt b/requirements.txt index 63c1e88..afa715a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ exceptiongroup==1.1.3 # via pytest executing==2.0.1 # via stack-data -flake8==6.0.0 +flake8==7.0.0 # via plxcontroller (pyproject.toml) fonttools==4.44.0 # via matplotlib