From e5ba15db3aea2d89efaac0e77c22c92d3ac6d24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 17:04:28 +0000 Subject: [PATCH] chore(deps-dev): bump flake8 from 5.0.3 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.3...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 74ede09..dea5cb7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,3 @@ -flake8==5.0.3 +flake8==6.0.0 pytest==7.2.0 black==22.10.0 \ No newline at end of file