From 694b307f18ac44f42ff81562d720da437794b4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:34:37 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.17 in /jobs/notebook-report Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jobs/notebook-report/requirements.txt | 2 +- jobs/notebook-report/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/notebook-report/requirements.txt b/jobs/notebook-report/requirements.txt index 98084cbe7..bb27f8d33 100644 --- a/jobs/notebook-report/requirements.txt +++ b/jobs/notebook-report/requirements.txt @@ -29,6 +29,6 @@ requests==2.31.0 marshmallow==2.20.5 Werkzeug==0.16.1 certifi==2023.7.22 -urllib3==1.25.9 +urllib3==1.26.17 idna==2.9 pylint diff --git a/jobs/notebook-report/requirements/prod.txt b/jobs/notebook-report/requirements/prod.txt index 0006eab27..1f8cbae23 100644 --- a/jobs/notebook-report/requirements/prod.txt +++ b/jobs/notebook-report/requirements/prod.txt @@ -29,5 +29,5 @@ requests==2.31.0 marshmallow==2.20.5 Werkzeug==0.16.1 certifi==2023.7.22 -urllib3==1.25.9 +urllib3==1.26.17 idna==2.9