From 6b444ee62bec714989ed3c698b71542326b8d33d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 01:18:05 +0000 Subject: [PATCH] [PIP] bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython) and [pygithub](https://github.com/pygithub/pygithub). Updates `gitpython` from 3.1.45 to 3.1.46 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.46) Updates `pygithub` from 2.8.1 to 2.9.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.8.1...v2.9.0) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pygithub dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dfbbac0..be485a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ classifiers = [ dependencies = [ "click==8.3.1", - "gitpython==3.1.45", - "pygithub==2.8.1", + "gitpython==3.1.46", + "pygithub==2.9.0", "pyyaml==6.0.3", "ulid-py==1.1", ]