From 2ecfc8bed5036d24b4ff940bcf8aa7bb48a36b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:02:47 +0000 Subject: [PATCH] Update dependency PyGithub to v2.5.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1e7e42a..bdbd27c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1309,13 +1309,13 @@ files = [ [[package]] name = "pygithub" -version = "2.4.0" +version = "2.5.0" description = "Use the full Github API v3" optional = false python-versions = ">=3.8" files = [ - {file = "PyGithub-2.4.0-py3-none-any.whl", hash = "sha256:81935aa4bdc939fba98fee1cb47422c09157c56a27966476ff92775602b9ee24"}, - {file = "pygithub-2.4.0.tar.gz", hash = "sha256:6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051"}, + {file = "PyGithub-2.5.0-py3-none-any.whl", hash = "sha256:b0b635999a658ab8e08720bdd3318893ff20e2275f6446fcf35bf3f44f2c0fd2"}, + {file = "pygithub-2.5.0.tar.gz", hash = "sha256:e1613ac508a9be710920d26eb18b1905ebd9926aa49398e88151c1b526aad3cf"}, ] [package.dependencies] @@ -2214,4 +2214,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "bb870a867f40e1c77c5e26b9cf2123cc78b891e9d823d48763c02065b7994c3b" +content-hash = "a30510453c99db72224432d0d8d9a084af11aef2983452005a7fabfa0702868e" diff --git a/pyproject.toml b/pyproject.toml index 5f9fc60..bbd0480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ PyYAML = "6.0.2" id = "1.4.0" security-md = "0.2.3" application-download = "0.0.1.dev3" -PyGithub = "2.4.0" +PyGithub = "2.5.0" debian-inspector = "31.1.0" multi-repo-automation = "1.4.1"