From bbda58c6e986acb50d08abf2ca7d4c6af5a1faf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 03:55:29 +0000 Subject: [PATCH] build(deps-dev): update flake8-commas requirement from ~=2.1 to ~=4.0 Updates the requirements on [flake8-commas](https://github.com/PyCQA/flake8-commas) to permit the latest version. - [Changelog](https://github.com/PyCQA/flake8-commas/blob/main/CHANGES.rst) - [Commits](https://github.com/PyCQA/flake8-commas/compare/2.1.0...v4.0.0) --- updated-dependencies: - dependency-name: flake8-commas dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fa43188..c8f8444 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ flake8-broken-line ~= 1.0 flake8-bugbear ~= 24.4 flake8-builtins ~= 2.5 flake8-coding ~= 1.3 -flake8-commas ~= 2.1 +flake8-commas ~= 4.0 flake8-comprehensions ~= 3.14 flake8-debugger ~= 4.1 flake8-docstrings ~= 1.7