Skip to content

Commit

Permalink
Merge pull request #18446 from norbertcyran/fix/gitpython-update
Browse files Browse the repository at this point in the history
Fix/GitPython bump version to 2.1.15
  • Loading branch information
andresriancho committed Mar 17, 2020
2 parents 658bdfb + e050d96 commit 0ead996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN pip install --index-url=https://pypi.python.org/simple/ --upgrade pip
#
#tblib==0.2.0
#
RUN pip install setuptools-git>=1.1 pyClamd==0.4.0 PyGithub==1.21.0 GitPython==2.1.3 \
RUN pip install setuptools-git>=1.1 pyClamd==0.4.0 PyGithub==1.21.0 GitPython==2.1.15 \
pybloomfiltermmap==0.3.14 esmre==0.3.1 phply==0.9.1 nltk==3.0.1 chardet==3.0.4 \
pdfminer==20140328 futures==3.2.0 pyOpenSSL==18.0.0 scapy==2.4.0 guess-language==0.2 \
cluster==1.1.1b3 msgpack-python==0.5.6 python-ntlm==1.0.1 halberd==0.2.4 \
Expand Down
2 changes: 1 addition & 1 deletion w3af/core/controllers/dependency_check/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

CORE_PIP_PACKAGES = [PIPDependency('pyclamd', 'pyClamd', '0.4.0'),
PIPDependency('github', 'PyGithub', '1.21.0'),
PIPDependency('git.util', 'GitPython', '2.1.3'),
PIPDependency('git.util', 'GitPython', '2.1.15'),
PIPDependency('pybloomfilter', 'pybloomfiltermmap', '0.3.14'),
PIPDependency('phply', 'phply', '0.9.1'),
PIPDependency('nltk', 'nltk', '3.0.1'),
Expand Down

0 comments on commit 0ead996

Please sign in to comment.