From 751d3f90420cf2dd80cc5ba9c2a320ce33da071f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:34:20 +0000 Subject: [PATCH] deps(deps): bump gitpython in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [gitpython](https://github.com/gitpython-developers/GitPython). 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) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e962833..ffffbd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ dependencies = [ "PyYAML>=6.0", "questionary>=2.0.0", - "GitPython==3.1.45", + "GitPython==3.1.46", "bcrypt>=4.0.0", ] diff --git a/requirements.txt b/requirements.txt index 40b52e8..cceda84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ questionary>=2.0.0 # Git integration for smart push command # Pinned to 3.1.43 to avoid security vulnerabilities in earlier versions -GitPython==3.1.45 +GitPython==3.1.46 # Password hashing for v1.1.1 security features bcrypt>=4.0.0