From 316c30fc4a569712c39c2067d5dcfbad09975a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:18:33 +0200 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.17 to 1.26.18 in /examples/k8s-deploy-patch-resources/api (#6042) chore(deps): bump urllib3 in /examples/k8s-deploy-patch-resources/api Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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.17...1.26.18) --- 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> --- examples/k8s-deploy-patch-resources/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s-deploy-patch-resources/api/requirements.txt b/examples/k8s-deploy-patch-resources/api/requirements.txt index b1c38eebe1..68a38d0fea 100644 --- a/examples/k8s-deploy-patch-resources/api/requirements.txt +++ b/examples/k8s-deploy-patch-resources/api/requirements.txt @@ -3,5 +3,5 @@ redis==4.4.4 gunicorn==22.0.0 flask-cors==4.0.1 requests==2.31.0 -urllib3==1.26.17 +urllib3==1.26.18 psycopg2