From 77bd944b9b24250f0401484ec430a99a2c973f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:32:22 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.4.0 to 2.5.0 (#363) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d8ea49f7..038ddb552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "black>=24.2.0", "click==8.1.7", "inflect==7.4.0", - "pygithub==2.4.0", + "pygithub==2.5.0", "lxml==5.3.0", "numpy==2.1.3", "parse==1.20.2",