From fa707ed94f9cf1fae481d955360ad8a95c4627a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:23:13 -0400 Subject: [PATCH] Bump pygithub from 2.3.0 to 2.4.0 (#338) Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ba26632..214886e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -828,13 +828,13 @@ files = [ [[package]] name = "pygithub" -version = "2.3.0" +version = "2.4.0" description = "Use the full Github API v3" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "PyGithub-2.3.0-py3-none-any.whl", hash = "sha256:65b499728be3ce7b0cd2cd760da3b32f0f4d7bc55e5e0677617f90f6564e793e"}, - {file = "PyGithub-2.3.0.tar.gz", hash = "sha256:0148d7347a1cdeed99af905077010aef81a4dad988b0ba51d4108bf66b443f7e"}, + {file = "PyGithub-2.4.0-py3-none-any.whl", hash = "sha256:81935aa4bdc939fba98fee1cb47422c09157c56a27966476ff92775602b9ee24"}, + {file = "pygithub-2.4.0.tar.gz", hash = "sha256:6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051"}, ] [package.dependencies] @@ -1314,4 +1314,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6ec44e6ac30d193f4353221d5c1ab4331f8bee000ac0cc467f726831c195aed" +content-hash = "983aa38b30d3b0063c02deddf37e89f68fa3e3e7a26f35fc25b0914e025d0de4" diff --git a/pyproject.toml b/pyproject.toml index 73c822d..8e87ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.12" Flask = "3.0.3" Jinja2 = "^3" -PyGithub = "^2.3.0" +PyGithub = "^2.4.0" click = "^8" docker = "^7.1.0" pexpect = "^4.8.0"