From 5206d689fe2007a79c2455470d4df9fa8c486141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:27:00 +0000 Subject: [PATCH] Package Update: Bump flake8 from 6.1.0 to 7.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index bc2f5f7..75c457c 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ black ~= 23.9.1 Flask ~= 3.0.0 -flake8 ~= 6.1.0 +flake8 ~= 7.0.0 pytest ~= 7.4.2 pytest-cov ~= 4.1.0 ruff ~= 0.0.290 diff --git a/requirements.txt b/requirements.txt index d256d7f..4ec96bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,8 +13,10 @@ click==8.1.3 # black # flask coverage[toml]==7.0.4 - # via pytest-cov -flake8==6.1.0 + # via + # coverage + # pytest-cov +flake8==7.0.0 # via -r requirements.in flask==3.0.0 # via -r requirements.in @@ -44,7 +46,7 @@ pluggy==1.0.0 # via pytest pycodestyle==2.11.0 # via flake8 -pyflakes==3.1.0 +pyflakes==3.2.0 # via flake8 pytest==7.4.2 # via