From a3e0785c2ce2be80d474e38adb5f896476f3a2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:03:35 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.57 to 3.1.59 in /bot Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.57 to 3.1.59. - [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.57...3.1.59) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index 0145a7308..98f651687 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,5 +1,5 @@ aiohttp<4 -gitpython==3.1.57 +gitpython==3.1.59 influxdb==5.3.2 libmozdata==0.2.16 PyGithub==2.8.1