From dec1119dbd24db4a12be4ec8d034b7537d6e00bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 07:25:14 +0000 Subject: [PATCH] Update pyupgrade requirement from ~=2.18 to ~=2.19 Updates the requirements on [pyupgrade](https://github.com/asottile/pyupgrade) to permit the latest version. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.18.0...v2.19.0) 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 4dc55b3..b7b2ace 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ black==21.5b1 packaging==20.9 pre-commit~=2.13 PyGithub~=1.54 -pyupgrade~=2.18 +pyupgrade~=2.19 yamllint~=1.26