From ec5fec46194937488670a7d28dd595e10d68a1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:03:24 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.57 to 3.1.61 in /bot Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.57 to 3.1.61. - [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.61) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.61 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..280ee7aea 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,5 +1,5 @@ aiohttp<4 -gitpython==3.1.57 +gitpython==3.1.61 influxdb==5.3.2 libmozdata==0.2.16 PyGithub==2.8.1