From 73ca0f0be0e3a90ab6da39b3e41a061516b50094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:53:07 -0500 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.17 in /data_validation (#606) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"]