From e549bc0e1c7f3842bb9e83cf383c4d7be19d0c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 01:00:32 +0000 Subject: [PATCH] Bump flake8 from 5.0.1 to 5.0.3 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.3) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... 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 f52ca511..6d37955d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==6.4.2 -flake8==5.0.1 +flake8==5.0.3 ipdb==0.13.9 pytest==7.1.2 pytest-cov==3.0.0