commit ce1dfcaacf16eca47ef3202ccd58d1c13e15cd73 Author: Philipp Winter phw@nymity.ch Date: Tue Feb 4 11:19:40 2020 -0800
Update dependencies to latest versions. --- .test.requirements.txt | 6 +++--- .travis.requirements.txt | 20 ++++++++++---------- requirements.txt | 16 ++++++++-------- 3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/.test.requirements.txt b/.test.requirements.txt index 298d61a..82fbbd6 100644 --- a/.test.requirements.txt +++ b/.test.requirements.txt @@ -5,8 +5,8 @@ # $ pip install -r .test.requirements.txt # $ make coverage # -coverage==4.5.4 -mechanize==0.4.3 +coverage==5.0.3 +mechanize==0.4.5 pep8==1.7.1 -pylint==2.4.2 +pylint==2.4.4 sure==1.4.11 diff --git a/.travis.requirements.txt b/.travis.requirements.txt index 6c11fcd..37a2fe5 100644 --- a/.travis.requirements.txt +++ b/.travis.requirements.txt @@ -13,20 +13,20 @@ # $ make coverage # #------------------------------------------------------------------------------ -Babel==2.7.0 +Babel==2.8.0 BeautifulSoup==3.2.2 -Mako==1.1.0 -pycryptodome==3.9.0 -Twisted==19.7.0 -coverage==4.5.4 -coveralls==1.8.2 +Mako==1.1.1 +pycryptodome==3.9.6 +Twisted==19.10.0 +coverage==5.0.3 +coveralls==1.10.0 gnupg==2.3.1 ipaddr==2.2.0 -mechanize==0.4.3 -Pillow==6.2.1 +mechanize==0.4.5 +Pillow==6.2.2 pygeoip==0.3.2 qrcode==6.1 service_identity==18.1.0 -stem==1.7.1 +stem==1.8.0 sure==1.4.11 -zope.interface==4.6.0 +zope.interface==4.7.1 diff --git a/requirements.txt b/requirements.txt index a78e1e2..5769e11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -Babel==2.7.0 +Babel==2.8.0 BeautifulSoup==3.2.2 -Mako==1.1.0 -pycryptodome==3.9.0 -Twisted==19.7.0 +Mako==1.1.1 +pycryptodome==3.9.6 +Twisted==19.10.0 gnupg==2.3.1 ipaddr==2.2.0 -Pillow==6.2.1 -pyOpenSSL==19.0.0 +Pillow==6.2.2 +pyOpenSSL==19.1.0 pygeoip==0.3.2 qrcode==6.1 service_identity==18.1.0 -stem==1.7.1 -zope.interface==4.6.0 +stem==1.8.0 +zope.interface==4.7.1
tor-commits@lists.torproject.org