From 5f5fa4f7180cb9f00e485b599f0ff9b9eafbe600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:03:37 +0000 Subject: [PATCH] build(deps-dev): update flake8 requirement from ~=5.0.1 to ~=5.0.2 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.1...5.0.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fc55291f..0a867bb3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,9 +8,9 @@ requests-mock~=1.9.3 Sphinx~=3.5.1 mypy~=0.971 -types-requests~=2.28.5 +types-requests~=2.28.6 types-python-dateutil~=2.8.19 -flake8~=5.0.1 +flake8~=5.0.2 black~=22.6.0 codespell~=2.1.0 @@ -21,4 +21,4 @@ doc8~=1.0.0 pre-commit==2.20.0 # optional dependencies -orjson==3.7.8 \ No newline at end of file +orjson==3.7.11 \ No newline at end of file