From 9575a9edab077f0d0c30b8b842706c11eee217db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:31:19 +0000 Subject: [PATCH 1/3] Bump urllib3 from 1.23 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.24.2. - [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.23...1.24.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa12fcf..8800377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ multidict==4.3.1 python-valve==0.2.1 requests==2.19.1 six==1.11.0 -urllib3==1.23 +urllib3==1.24.2 websockets==3.4 From 9de7a5cdd0a5aa48bf59aa6ddbf15bfb896176e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:45:29 +0000 Subject: [PATCH 2/3] Bump websockets from 3.4 to 9.1 Bumps [websockets](https://github.com/aaugustin/websockets) from 3.4 to 9.1. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/3.4...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8800377..276d03e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ python-valve==0.2.1 requests==2.19.1 six==1.11.0 urllib3==1.24.2 -websockets==3.4 +websockets==9.1 From 8ccee9efae496ad6d287c533d58a5e3143273370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 20:25:55 +0000 Subject: [PATCH 3/3] Bump requests from 2.19.1 to 2.20.0 Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.19.1...v2.20.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 276d03e..973c27b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ idna==2.7 monotonic==1.5 multidict==4.3.1 python-valve==0.2.1 -requests==2.19.1 +requests==2.20.0 six==1.11.0 urllib3==1.24.2 websockets==9.1