From 4c3178510430de89f6febf3b1aad0ac0670f2e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:22:46 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a7022848d7..45599ccfd7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -71,7 +71,7 @@ tqdm==4.48.2 traitlets==4.3.3 twine==3.2.0 ujson==5.4.0 -urllib3==1.26.18 +urllib3==1.26.19 uvloop==0.17.0 watchdog==0.10.3 webencodings==0.5.1 diff --git a/requirements.txt b/requirements.txt index 2304eef095..2ae4dfee61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ python-dateutil==2.8.1 pytz==2020.1 requests==2.31.0 six==1.15.0 -urllib3==1.26.18 +urllib3==1.26.19 wheel==0.38.1 simplejson==3.19.2 \ No newline at end of file