From 3e2e46e8167eab3e5d7427ed897a55377c328194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:11:22 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.50 to 3.1.54 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.54. - [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.50...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb50a19..9b21f5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ markdown2==2.5.4 flask_mail==0.10.0 Flask-Caching==2.3.1 PyYAML>=6.0.1,<7 -gitpython==3.1.50 +gitpython==3.1.54 PyLTI1p3==2.0.0 # redis: required when CACHE_TYPE=RedisCache (mandatory for the "lti" # optional module with multiple gunicorn workers)