From 7b6d474d28f52cba15485e2f4124e07e87b17365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:02:52 +0000 Subject: [PATCH] chore(deps): bump gitpython from 3.1.45 to 3.1.46 Bumps [gitpython](https://github.com/gitpython-developers/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) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca9cb52..9e949d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "bencodepy==0.9.5", "croniter==6.0.0", "fastapi==0.128.0", - "GitPython==3.1.45", + "GitPython==3.1.46", "humanize==4.13.0", "pytimeparse2==1.7.1", "qbittorrent-api==2025.11.1",