From 579f5fe750b32133069e28c40b7c06f5908c6ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:01:49 +0000 Subject: [PATCH] build(deps): Bump gitpython from 3.1.37 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41. - [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.37...3.1.41) --- updated-dependencies: - dependency-name: gitpython 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 b046a7b..cbc13af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ jinja2 >= 2.11.3 pyyaml >= 5.4 progressbar2 == 3.53 -GitPython == 3.1.37 +GitPython == 3.1.41 weasyprint == 53.3 anytree == 2.8.0 dict2xml >= 1.7.0