From a96204011d719c2efe15bba64947035593a804e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 05:36:18 +0000 Subject: [PATCH] Bump flake8-comprehensions from 2.1.0 to 2.2.0 Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases) - [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/master/HISTORY.rst) - [Commits](https://github.com/adamchainz/flake8-comprehensions/compare/2.1.0...2.2.0) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 16ae072..a8e28db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ add-trailing-comma==1.0.0 flake8==3.7.7 flake8-commas==2.0.0 -flake8-comprehensions==2.1.0 +flake8-comprehensions==2.2.0 flake8-docstrings==1.3.0 flake8-per-file-ignores==0.8.1 isort==4.3.20