From 4688037eadbf1f5989cae293fb566806826155f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 11:18:27 +0000 Subject: [PATCH] chore(deps): update dependency pygithub to v1.57 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff4bad5..c159b1b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'packaging==20.9', 'parsy==1.3.0', 'polling==0.3.2', - 'PyGithub==1.55', + 'PyGithub==1.57', 'questionary==1.10.0', 'rainbow_logging_handler==2.2.2', 'requests==2.27.1',