From 82d7fb7aa73403da46282cae70de971d05b034f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:53:55 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.7.0 to 2.8.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.7.0 to 2.8.1. - [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.7.0...v2.8.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e416dc1a..2d2fea0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1173,14 +1173,14 @@ files = [ [[package]] name = "pygithub" -version = "2.7.0" +version = "2.8.1" description = "Use the full Github API v3" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "pygithub-2.7.0-py3-none-any.whl", hash = "sha256:40ecbfe26dc55cc34ab4b0ffa1d455e6f816ef9a2bc8d6f5ad18ce572f163700"}, - {file = "pygithub-2.7.0.tar.gz", hash = "sha256:7cd6eafabb09b5369afba3586d86b1f1ad6f1326d2ff01bc47bb26615dce4cbb"}, + {file = "pygithub-2.8.1-py3-none-any.whl", hash = "sha256:23a0a5bca93baef082e03411bf0ce27204c32be8bfa7abc92fe4a3e132936df0"}, + {file = "pygithub-2.8.1.tar.gz", hash = "sha256:341b7c78521cb07324ff670afd1baa2bf5c286f8d9fd302c1798ba594a5400c9"}, ] [package.dependencies] @@ -1889,4 +1889,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "e7a477823da7b95b4b9227096468cb8570f486a0c070c0b02f79ab83625afd02" +content-hash = "9ff3ed6b0ea73e98ba4e96bc76b16c3097c41cccc0b56320cde7bf15342aa94a" diff --git a/pyproject.toml b/pyproject.toml index b5a4577b..5b49b116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.12.4" GitPython = "3.1.45" -PyGithub = "2.7.0" +PyGithub = "2.8.1" PyYAML = "6.0.2" semver = "3.0.4"