From 1c72b30498af92eb2f1ec053a07500d019f9cc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:09:24 -0600 Subject: [PATCH] build(deps): bump urllib3 from 1.26.18 to 1.26.19 in /ops/check-changed (#10901) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ops/check-changed/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/check-changed/requirements.txt b/ops/check-changed/requirements.txt index c58d1db7352b..b5028c7faf85 100644 --- a/ops/check-changed/requirements.txt +++ b/ops/check-changed/requirements.txt @@ -8,5 +8,5 @@ PyGithub==1.57 PyJWT==2.6.0 PyNaCl==1.5.0 requests==2.32.0 -urllib3==1.26.18 +urllib3==1.26.19 wrapt==1.14.1