From d3b75e1bf34f1cf85daaf17b0bb4c8602039044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 04:00:20 +0000 Subject: [PATCH] Bump urllib3 from 1.25.4 to 1.26.5 in /adalm Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.4 to 1.26.5. - [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.25.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adalm/requirements.txt | 2 +- adalm/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adalm/requirements.txt b/adalm/requirements.txt index 74df453..9c4729e 100644 --- a/adalm/requirements.txt +++ b/adalm/requirements.txt @@ -9,4 +9,4 @@ transformers == 2.10.0 scipy seqeval sklearn -urllib3==1.25.4 \ No newline at end of file +urllib3==1.26.5 \ No newline at end of file diff --git a/adalm/setup.py b/adalm/setup.py index b20a0d3..e70fea0 100644 --- a/adalm/setup.py +++ b/adalm/setup.py @@ -16,7 +16,7 @@ setup( 'boto3', 'requests', 'tqdm', - 'urllib3==1.25.4'], + 'urllib3==1.26.5'], python_requires='>=3.5.0',