Skip to content

Commit 82de305

Browse files
committed
tools: Upgrade gitpython to version 3.1.59
Upgrade gitpython to version 3.1.59 Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
1 parent c4b08c2 commit 82de305

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aenum
22
bitarray
33
chardet
44
gitlint-core==0.19.1
5-
GitPython>=3.1.58
5+
GitPython>=3.1.59
66
jsonschema
77
milksnake
88
py

scripts/requirements-fixed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ future==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
5555
gcovr==8.6 ; python_version >= "3.12" and python_version < "4.0"
5656
gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4.0"
5757
gitlint-core==0.19.1 ; python_version >= "3.12" and python_version < "4.0"
58-
gitpython==3.1.58 ; python_version >= "3.12" and python_version < "4.0"
58+
gitpython==3.1.59 ; python_version >= "3.12" and python_version < "4.0"
5959
graphviz==0.21 ; python_version >= "3.12" and python_version < "4.0"
6060
grpcio-tools==1.81.1 ; python_version >= "3.12" and python_version < "4.0"
6161
grpcio==1.81.1 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)