From 1214bc8494b3ed707c0e8298d7a558c405c2c92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:40:37 +0000 Subject: [PATCH] build(deps-dev): update flake8 requirement from >=3.8.4 to >=7.3.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cfe7803c..25c07aef 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ coverage>=5.4 pylint>=4.0.6 -flake8>=3.8.4 +flake8>=7.3.0 mypy>=0.930 types-PyYAML>=6.0.1 types-requests>=2.26.2 diff --git a/pyproject.toml b/pyproject.toml index 738353ae..2a6e925b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ sapcli = "sap.cli._entry:main" dev = [ "coverage>=5.4", "pylint>=4.0.6", - "flake8>=3.8.4", + "flake8>=7.3.0", "mypy>=0.930", "types-PyYAML>=6.0.1", "types-requests>=2.26.2",