From 83cb084c3fe36fc6f7f735bf84983ba24c7ef979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:07:20 +0000 Subject: [PATCH] Update pygithub requirement from ~=1.54 to ~=1.55 Updates the requirements on [pygithub](https://github.com/pygithub/pygithub) to permit the latest version. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/master/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.54...v1.55) 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 ba2f56e..f4794fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ black==20.08b1 packaging==20.9 pre-commit~=2.12 -PyGithub~=1.54 +PyGithub~=1.55 pyupgrade~=2.13 yamllint~=1.26