From 3fc339edf5c9b18e1147a35f475687bd8c7f2e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:32:12 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.26.15 to 1.26.17 in /docker/deps Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/deps/requirements.txt b/docker/deps/requirements.txt index 778dcc84..dfb208ad 100644 --- a/docker/deps/requirements.txt +++ b/docker/deps/requirements.txt @@ -4,5 +4,5 @@ lxml==4.9.2 pypng==0.20220715.0 boto3==1.26.42 redis==5.0.0 -urllib3==1.26.15 +urllib3==1.26.17 setuptools==65.5.1 \ No newline at end of file From 08a7b0395bf98bdf55a86b9ac8e2e81dd6d3ca71 Mon Sep 17 00:00:00 2001 From: Joe Roberts Date: Tue, 3 Oct 2023 00:05:31 -0700 Subject: [PATCH 2/2] GITC-4984 Bump urllib3 from 1.26.15 to 1.26.17 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a8e4acd..095ef1e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ Rtree==1.0.1 # https://pypi.org/project/Rtree/ setuptools==65.5.1 # https://pypi.org/project/setuptools/ unittest2==1.1.0 # https://pypi.org/project/unittest2/ unittest-xml-reporting==3.2.0 # https://pypi.org/project/unittest-xml-reporting/ -urllib3==1.26.15 # https://pypi.org/project/urllib3/ +urllib3==1.26.17 # https://pypi.org/project/urllib3/ pyaml==21.10.1 # https://pypi.org/project/pyaml/ boto3==1.26.42 # https://pypi.org/project/boto3/ werkzeug==2.2.3 # https://pypi.org/project/werkzeug/ \ No newline at end of file