commit e7c14dc5ae3926434936c91860b6e2453e3b79cc Author: meskio meskio@torproject.org Date: Thu May 13 18:48:09 2021 +0200
Bump dependencies --- .test.requirements.txt | 4 ++-- .travis.requirements.txt | 24 ++++++++++++------------ requirements.txt | 22 +++++++++++----------- 3 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/.test.requirements.txt b/.test.requirements.txt index 3662df5..a256d50 100644 --- a/.test.requirements.txt +++ b/.test.requirements.txt @@ -5,8 +5,8 @@ # $ pip install -r .test.requirements.txt # $ make coverage # -coverage==5.1 +coverage==5.5 mechanize==0.4.5 pycodestyle==2.7.0 -pylint==2.5.2 +pylint==2.8.2 sure==1.4.11 diff --git a/.travis.requirements.txt b/.travis.requirements.txt index 940ba64..17f8b48 100644 --- a/.travis.requirements.txt +++ b/.travis.requirements.txt @@ -13,21 +13,21 @@ # $ make coverage # #------------------------------------------------------------------------------ -attrs==19.3.0 -Babel==2.8.0 -beautifulsoup4==4.9.1 -Mako==1.1.2 -pycryptodome==3.9.7 -Twisted==20.3.0 -coverage==5.1 -coveralls==2.0.0 +attrs==21.2.0 +Babel==2.9.1 +beautifulsoup4==4.9.3 +Mako==1.1.4 +pycryptodome==3.10.1 +Twisted==21.2.0 +coverage==5.5 +coveralls==3.0.1 ipaddr==2.2.0 mechanize==0.4.5 -Pillow==7.1.2 -pyOpenSSL==19.1.0 +Pillow==8.2.0 +pyOpenSSL==20.0.1 pygeoip==0.3.2 qrcode==6.1 -service_identity==18.1.0 +service_identity==21.1.0 stem==1.8.0 sure==1.4.11 -zope.interface==5.1.0 +zope.interface==5.4.0 diff --git a/requirements.txt b/requirements.txt index 08edf9e..ab12803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -Babel==2.8.0 -beautifulsoup4==4.9.1 -html5lib==1.0.1 -Mako==1.1.2 -pycryptodome==3.9.7 -Twisted==20.3.0 +Babel==2.9.1 +beautifulsoup4==4.9.3 +html5lib==1.1 +Mako==1.1.4 +pycryptodome==3.10.1 +Twisted==21.2.0 ipaddr==2.2.0 -Pillow==7.1.2 -pyOpenSSL==19.1.0 +Pillow==8.2.0 +pyOpenSSL==20.0.1 pygeoip==0.3.2 qrcode==6.1 -service_identity==18.1.0 +service_identity==21.1.0 stem==1.8.0 -zope.interface==5.1.0 -numpy==1.18.5 +zope.interface==5.4.0 +numpy==1.20.3
tor-commits@lists.torproject.org