From 1c5fe29bafad40462963bd1d2e7882cacd244e78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 03:52:17 +0000 Subject: [PATCH 1/3] Bump stem from 1.7.1 to 1.8.0 (#34) Bumps [stem](https://github.com/torproject/stem) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/torproject/stem/releases) - [Commits](https://github.com/torproject/stem/compare/1.7.1...1.8.0) Signed-off-by: dependabot-preview[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 2458801a..2c886a9e 100644 --- a/requirements.in +++ b/requirements.in @@ -4,7 +4,7 @@ PyNaCl==1.3.0 gevent==1.4.0 Flask==1.1.1 PySocks==1.7.1 -stem==1.7.1 +stem==1.8.0 deadsimplekv==0.2.0 unpaddedbase32==0.2.0 streamedrequests==1.0.0 diff --git a/requirements.txt b/requirements.txt index 43c516b1..ad8f91f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -186,8 +186,8 @@ six==1.12.0 \ --hash=sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c \ --hash=sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 \ # via pynacl -stem==1.7.1 \ - --hash=sha256:c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2 +stem==1.8.0 \ + --hash=sha256:a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2 streamedrequests==1.0.0 \ --hash=sha256:1d9d07394804a6e1fd66bde74a804e71cab98e6920053865574a459f1cf7d3b7 toomanyobjs==1.1.0 \ From 66d24e35357cf4a99974176117a4e37bf9554323 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 10:30:15 +0000 Subject: [PATCH 2/3] Bump urllib3 from 1.25.7 to 1.25.8 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.25.8. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.7...1.25.8) Signed-off-by: dependabot-preview[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 2c886a9e..128725b4 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -urllib3==1.25.7 +urllib3==1.25.8 requests==2.22.0 PyNaCl==1.3.0 gevent==1.4.0 diff --git a/requirements.txt b/requirements.txt index ad8f91f1..5dabaa4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -195,9 +195,9 @@ toomanyobjs==1.1.0 \ unpaddedbase32==0.2.0 \ --hash=sha256:4aacee75f8fd6c8cf129842ecba45ca59c11bfb13dae19d86f32b48fa3715403 \ --hash=sha256:b7b780c31d27d55e66abf6c221216a35690ee8892c2daacff7f2528e229bd9c3 -urllib3==1.25.7 \ - --hash=sha256:a8a318824cc77d1fd4b2bec2ded92646630d7fe8619497b142c84a9e6f5a7293 \ - --hash=sha256:f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745 +urllib3==1.25.8 \ + --hash=sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc \ + --hash=sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc werkzeug==0.15.5 \ --hash=sha256:87ae4e5b5366da2347eb3116c0e6c681a0e939a33b2805e2c0cbd282664932c4 \ --hash=sha256:a13b74dd3c45f758d4ebdb224be8f1ab8ef58b3c0ffc1783a8c7d9f4f50227e6 \ From 73993a67e5b9bf319312fdb81d8a57cbbf1d8ab6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 23:37:32 +0000 Subject: [PATCH 3/3] Bump jinja2 from 2.10.3 to 2.11.0 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.0) Signed-off-by: dependabot-preview[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 2c886a9e..b7f09357 100644 --- a/requirements.in +++ b/requirements.in @@ -8,7 +8,7 @@ stem==1.8.0 deadsimplekv==0.2.0 unpaddedbase32==0.2.0 streamedrequests==1.0.0 -jinja2==2.10.3 +jinja2==2.11.0 toomanyobjs==1.1.0 niceware==0.2.1 psutil==5.6.7 diff --git a/requirements.txt b/requirements.txt index ad8f91f1..79ce6c90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -104,9 +104,9 @@ itsdangerous==1.1.0 \ --hash=sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19 \ --hash=sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749 \ # via flask -jinja2==2.10.3 \ - --hash=sha256:74320bb91f31270f9551d46522e33af46a80c3d619f4a4bf42b3164d30b5911f \ - --hash=sha256:9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de +jinja2==2.11.0 \ + --hash=sha256:6e7a3c2934694d59ad334c93dd1b6c96699cf24c53fdb8ec848ac6b23e685734 \ + --hash=sha256:d6609ae5ec3d56212ca7d802eda654eaf2310000816ce815361041465b108be4 markupsafe==1.1.1 \ --hash=sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473 \ --hash=sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161 \