From d34ea05f60606057cba149cb1480cec8f469b642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 16:06:54 +0100 Subject: [PATCH] build(deps): bump flake8 from 3.9.0 to 3.9.1 (#2682) Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.0 to 3.9.1. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.0...3.9.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- tests/requirements-linting.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a0e2a5d..8c75b02 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ ansi2html==1.6.0 -flake8==3.9.0 +flake8==3.9.1 flake8-quotes==3.2.0 hypothesis==6.8.5 markdown-include==0.6.0 diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index 57221b6..6e552df 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -1,5 +1,5 @@ black==20.8b1 -flake8==3.9.0 +flake8==3.9.1 flake8-quotes==3.2.0 hypothesis==6.8.5 isort==5.8.0