From 436af40a4eb9ed2f80b5e9ddc00e832b1fbdddae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 01:35:13 +0000 Subject: [PATCH] build(deps): bump pygithub from 2.8.1 to 2.9.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.8.1 to 2.9.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.8.1...v2.9.1) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28b2a14..6170064 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4735,14 +4735,14 @@ dev = ["black", "build", "flake8", "flake8-black", "isort", "jupyter-console", " [[package]] name = "pygithub" -version = "2.8.1" +version = "2.9.1" description = "Use the full Github API v3" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pygithub-2.8.1-py3-none-any.whl", hash = "sha256:23a0a5bca93baef082e03411bf0ce27204c32be8bfa7abc92fe4a3e132936df0"}, - {file = "pygithub-2.8.1.tar.gz", hash = "sha256:341b7c78521cb07324ff670afd1baa2bf5c286f8d9fd302c1798ba594a5400c9"}, + {file = "pygithub-2.9.1-py3-none-any.whl", hash = "sha256:2ec78fca30092d51a42d76f4ddb02131b6f0c666a35dfdf364cf302cdda115b9"}, + {file = "pygithub-2.9.1.tar.gz", hash = "sha256:59771d7ff63d54d427be2e7d0dad2208dfffc2b0a045fec959263787739b611c"}, ] [package.dependencies] @@ -6675,4 +6675,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "2ca1a83e36880c97b3b75b4129041f14ba77b482f122ee8a3a1f0cae651800aa" +content-hash = "1c8a23a55d53477eb8a5c0bbcc06b1f5316377aaac93c8bb9410db7dbf100db2" diff --git a/pyproject.toml b/pyproject.toml index 1accd41..228ca08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "crewai (==0.203.0)", "crewai-tools (==0.76)", "python-gitlab (>=5.6.0,<6.0.0)", - "pygithub (>=2.6.1,<3.0.0)", + "pygithub (>=2.9.1,<3.0.0)", "fastapi (>=0.119.0,<0.120.0)" ]