From 75fb546d2f298e1d253b1c7adb98e2b4efad82d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:20:44 +0000 Subject: [PATCH] Bump gitpython from 3.1.42 to 3.1.47 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 to 3.1.47. - [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.42...3.1.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:production ... 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 e8f1648..ed8d4ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "Flask-Cors==6.0.0", "Flask==3.1.3", - "GitPython==3.1.42", + "GitPython==3.1.47", "graphviz==0.20.1", "Penman==1.3.0", "pytest==7.4.0", diff --git a/requirements.txt b/requirements.txt index 8901c39..be7f769 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask==3.1.3 Flask-Cors==6.0.0 graphviz==0.20.1 Penman==1.3.0 -GitPython==3.1.42 +GitPython==3.1.47 PyYAML==6.0.1 smatchpp==1.7.0 requests==2.33.0