From d4532d01f826b25111527b693b226c8d95ad6992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 02:43:34 +0000 Subject: [PATCH] build(deps-dev): update flake8 requirement from ~=5.0.2 to ~=5.0.3 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.2...5.0.3) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... 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 0a867bb3..b9fae072 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ Sphinx~=3.5.1 mypy~=0.971 types-requests~=2.28.6 types-python-dateutil~=2.8.19 -flake8~=5.0.2 +flake8~=5.0.3 black~=22.6.0 codespell~=2.1.0