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 10:26:48 +0200
commitdcc72fc82c9e892a8cdb058b3f8dba138e9e4192 (patch)
treedc7d81672164c8fff286624df4eaa69daaa68e4a
parenta2998d3cd4aaa2eabe19f6191ed6253657f7d61a (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