From b9b968f6c3017bd01b30b58d63a9dc6e98715baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:20:13 +0000 Subject: [PATCH] build(deps): bump flake8 from 6.0.0 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1934911..f817661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "platformdirs==3.5.1", "tomli==2.0.1,", "isort==5.12.0", - "flake8==6.0.0", + "flake8==6.1.0", "mccabe==0.7.0", "pycodestyle==2.10.0", "pyflakes==3.0.1", diff --git a/requirements.txt b/requirements.txt index a7da532..71d93b3 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==6.1.0 # via plxcontroller (pyproject.toml) fonttools==4.44.0 # via matplotlib