From d16fe222c3d29dbbdd41a3d26651924c7d88080f Mon Sep 17 00:00:00 2001 From: Peter Zmilczak Date: Sun, 9 Aug 2026 07:46:38 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.58 [security] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b55b142..a631012 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # for alpine we need py3-yaml PyYAML==6.0.3 -GitPython==3.1.50 +GitPython==3.1.58 python-gitlab==8.4.0 requests==2.34.2 pytest==9.1.1