From 2ad0e9a9fdc14917cb90049bb4f0f4b5ef98436b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:35:05 -0400 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.16 to 1.26.17 in /src/emailservice (#2165) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nim Jayawardena --- src/emailservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emailservice/requirements.txt b/src/emailservice/requirements.txt index 1a14a331712..7e1a747b1ab 100644 --- a/src/emailservice/requirements.txt +++ b/src/emailservice/requirements.txt @@ -132,7 +132,7 @@ typing-extensions==4.8.0 # via opentelemetry-sdk uritemplate==4.1.1 # via google-api-python-client -urllib3==1.26.16 +urllib3==1.26.17 # via # google-auth # requests