From 0720753d7eda7104932175a5ae95a5ca69f47535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:05:31 +0000 Subject: [PATCH] Update flake8-pyi requirement from <21.0.0,>=20.5.0 to >=20.5.0,<24.0.0 Updates the requirements on [flake8-pyi](https://github.com/PyCQA/flake8-pyi) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-pyi/releases) - [Changelog](https://github.com/PyCQA/flake8-pyi/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/flake8-pyi/compare/20.5.0...23.1.2) --- updated-dependencies: - dependency-name: flake8-pyi 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 c4c5d39..dd7a184 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,5 +7,5 @@ click>=7.0,<8.0 flake8>=3.7.7,<4.0 flake8-import-order >=0.18.1,<0.19 -flake8-pyi>=20.5.0,<21.0.0 +flake8-pyi>=20.5.0,<24.0.0 black==20.8b1