From beb665274954bdace8e4d303153fb585fc382f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:01:03 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.17 in /data_validation Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data_validation/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_validation/pyproject.toml b/data_validation/pyproject.toml index 3cbdef404..21ef66ab3 100644 --- a/data_validation/pyproject.toml +++ b/data_validation/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "packaging==23.0", "certifi==2023.7.22", "idna==3.4", - "urllib3==1.26.14", + "urllib3==1.26.17", "beautifulsoup4==4.11.2" ] dynamic=["entry-points", "version"]