From 1564a1e70b7dd0146f824a512f1048afcd2ef851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:54:24 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.14 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.14 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.14...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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index f00f628..1f81b4f --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ xlrd==2.0.1 xlsxwriter==1.3.8 pymysql==1.0.2 xmltodict==0.12.0 -GitPython==3.1.14 +GitPython==3.1.41 lxml>=4.6.5 flask==2.0.1 flask_cors==3.0.10