summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Levora <t.levora@partner.samsung.com>2020-03-31 10:22:54 +0200
committerTomáš Levora <t.levora@partner.samsung.com>2020-03-31 09:17:53 +0000
commit90ca0e5ca9c842e0ca8df0c503dc81f0568eaa2a (patch)
tree6687e52d70e306d21d7cd81ef28076ac0b123dd2
parent15a6ee9424be5eb4a55c0e6ec1289cec90f7018b (diff)
Upgrading package.py requirements
Upgrading gitpython from 2.11.1 to 3.1.0 because of incompatiblity with actual version of gitdb2 (4.0.2) Issue-ID: OOM-2344 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com> Change-Id: Ibde20ee7f842858cb26f3ed4b45cb0339093a59f
-rw-r--r--build/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/requirements.txt b/build/requirements.txt
index 39544458..441b3fcb 100644
--- a/build/requirements.txt
+++ b/build/requirements.txt
@@ -1,2 +1,2 @@
docker>=3.7.2
-gitpython==2.1.11
+gitpython==3.1.0