commit bd847b3409cf0fa2fd9854d92383e43994739893 Author: Philipp Winter phw@nymity.ch Date: Thu Sep 12 14:38:50 2019 -0700
Update libraries to their latest versions.
This patch updates all of our less problematic libraries to their latest respective versions. We can determine a library's latest version by running:
yolk -V LIBRARY
You can run 'pip install yolk' if you don't have the tool installed already. --- .test.requirements.txt | 8 ++++---- .travis.requirements.txt | 28 ++++++++++++++-------------- requirements.txt | 24 ++++++++++++------------ 3 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/.test.requirements.txt b/.test.requirements.txt index ad5342f..2b6da2f 100644 --- a/.test.requirements.txt +++ b/.test.requirements.txt @@ -5,10 +5,10 @@ # $ pip install -r .test.requirements.txt # $ make coverage # -coverage==4.2 -mechanize==0.2.5 -pep8==1.5.7 +coverage==4.5.4 +mechanize==0.4.3 +pep8==1.7.1 # pylint must be pinned until pylint bug #203 is fixed. See # https://bitbucket.org/logilab/pylint/issue/203/importing-namespace-packages-... pylint==1.1.0 -sure==1.2.2 +sure==1.4.11 diff --git a/.travis.requirements.txt b/.travis.requirements.txt index 5c1e433..9d69ab7 100644 --- a/.travis.requirements.txt +++ b/.travis.requirements.txt @@ -13,19 +13,19 @@ # $ make coverage # #------------------------------------------------------------------------------ -coverage==4.2 -coveralls==1.2.0 -mechanize==0.2.5 -sure==1.2.2 -Babel==0.9.6 +coverage==4.5.4 +coveralls==1.8.2 +mechanize==0.4.3 +sure==1.4.11 +Babel==2.7.0 BeautifulSoup==3.2.1 -Mako==0.8.1 -ipaddr==2.1.11 -pygeoip==0.2.7 -PyCryptodome==3.8.2 -gnupg==2.0.1 -pillow>=2.6.1 -qrcode==5.0.1 -service_identity==14.0.0 +Mako==1.1.0 +ipaddr==2.2.0 +pygeoip==0.3.2 +PyCryptodome==3.9.0 +gnupg==2.3.1 +pillow==6.1.0 +qrcode==6.1 +service_identity==18.1.0 git+https://git.torproject.org/stem.git@3eb59411781c4fa210979cb112b800c001a59f6c... -zope.interface==3.6.1 +zope.interface==4.6.0 diff --git a/requirements.txt b/requirements.txt index 0ceccca..1b25a90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -Babel==2.5.1 +Babel==2.7.0 BeautifulSoup==3.2.1 -Mako==0.8.1 -Twisted==16.1.1 -ipaddr==2.1.11 -pyOpenSSL==17.5.0 -pygeoip==0.2.7 -PyCryptodome==3.8.2 -gnupg==2.0.1 -pillow>=2.6.1 -qrcode==5.0.1 -service_identity==14.0.0 +Mako==1.1.0 +Twisted==16.6.0 +ipaddr==2.2.0 +pyOpenSSL==19.0.0 +pygeoip==0.3.2 +PyCryptodome==3.9.0 +gnupg==2.3.1 +pillow>=6.1.0 +qrcode==6.1 +service_identity==18.1.0 git+https://git.torproject.org/stem.git@3eb59411781c4fa210979cb112b800c001a59f6c... -zope.interface==3.6.1 +zope.interface==4.6.0
tor-commits@lists.torproject.org