From 6066e7fc34f02d9824242a96c6a07988e3240dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 07:12:53 +0000 Subject: [PATCH] Update pyupgrade requirement from ~=2.12 to ~=2.13 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.12.0...v2.13.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 ce7af90..ba2f56e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ black==20.08b1 packaging==20.9 pre-commit~=2.12 PyGithub~=1.54 -pyupgrade~=2.12 +pyupgrade~=2.13 yamllint~=1.26