From ee8f6a16f5852a92749f24597492b900fa53e6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:26:17 +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 5ec9c44..cd3c3b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ black==21.12b0 packaging==21.3 pre-commit~=2.16 -PyGithub~=1.54 +PyGithub~=1.55 pyupgrade~=2.31 yamllint~=1.26