From 6cf0ce74a36cb44a63ed4a834e76c8b62e60a85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:57:52 +0000 Subject: [PATCH] pip: bump flake8 from 6.0.0 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- py-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-requirements.txt b/py-requirements.txt index 627e28d3..9697f47c 100644 --- a/py-requirements.txt +++ b/py-requirements.txt @@ -1,6 +1,6 @@ pytest==7.4.0 pytest-html==3.2.0 pytest-cov==4.1.0 -flake8==6.0.0 +flake8==6.1.0 pyopenssl==23.2.0 pefile==2023.2.7