[tor-commits] [bridgedb/master] Update Beautiful Soup and pillow requirements.

phw at torproject.org phw at torproject.org
Tue Oct 29 16:23:53 UTC 2019


commit d4fad3ed7996ddd4cff350334ea5f662c35b8746
Author: Philipp Winter <phw at nymity.ch>
Date:   Mon Oct 28 15:16:30 2019 -0700

    Update Beautiful Soup and pillow requirements.
    
    See CVE-2019-16865 for more details:
    <https://nvd.nist.gov/vuln/detail/CVE-2019-16865>
---
 .travis.requirements.txt | 4 ++--
 requirements.txt         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.requirements.txt b/.travis.requirements.txt
index 3e768d2..6c11fcd 100644
--- a/.travis.requirements.txt
+++ b/.travis.requirements.txt
@@ -14,7 +14,7 @@
 #
 #------------------------------------------------------------------------------
 Babel==2.7.0
-BeautifulSoup==3.2.1
+BeautifulSoup==3.2.2
 Mako==1.1.0
 pycryptodome==3.9.0
 Twisted==19.7.0
@@ -23,7 +23,7 @@ coveralls==1.8.2
 gnupg==2.3.1
 ipaddr==2.2.0
 mechanize==0.4.3
-Pillow==6.1.0
+Pillow==6.2.1
 pygeoip==0.3.2
 qrcode==6.1
 service_identity==18.1.0
diff --git a/requirements.txt b/requirements.txt
index 6944d1a..a78e1e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
 Babel==2.7.0
-BeautifulSoup==3.2.1
+BeautifulSoup==3.2.2
 Mako==1.1.0
 pycryptodome==3.9.0
 Twisted==19.7.0
 gnupg==2.3.1
 ipaddr==2.2.0
-Pillow==6.1.0
+Pillow==6.2.1
 pyOpenSSL==19.0.0
 pygeoip==0.3.2
 qrcode==6.1





More information about the tor-commits mailing list