From edf30cf8fa6fe16ca0bcf3a6fbe103f29a76ecca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:32:04 +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.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 93778fb..a28a38e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ numpy==1.26.3 scipy==1.12.0 setuptools==68.2.2 tabulate==0.9.0 -urllib3==1.26.18 +urllib3==1.26.19 diff --git a/setup.py b/setup.py index 3fc120b..ee1732e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): 'scipy==1.12.0', 'setuptools==68.2.2', 'tabulate==0.9.0', - 'urllib3==1.26.18' + 'urllib3==1.26.19' ], project_urls={ 'Bug Tracker': 'https://github.com/icaoberg/falcon',