From 3be6bbce8d205658780d2a9a6c9533c92a0566bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:27:05 +0000 Subject: [PATCH] chore(deps): bump flake8-commas from 2.0.0 to 2.1.0 Bumps [flake8-commas](https://github.com/PyCQA/flake8-commas) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/PyCQA/flake8-commas/releases) - [Changelog](https://github.com/PyCQA/flake8-commas/blob/master/CHANGES.rst) - [Commits](https://github.com/PyCQA/flake8-commas/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: flake8-commas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b5baf8ccba..b74f9e23acf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ flake8>=3.8.0 flake8-bugbear>=19.8.0 flake8-builtins>=1.5.3 flake8-colors>=0.1.6 -flake8-commas==2.0.0 +flake8-commas==2.1.0 flake8-comprehensions>=2.2.0 flake8-docstrings>=1.4.0 flake8-quotes>=2.1.0