From 1c0ebd598189d156bc7f5941202f11e5e93bd56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:18:00 +0000 Subject: [PATCH] build(deps): bump urllib3 in /modules/examples/example-dags 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: indirect ... Signed-off-by: dependabot[bot] --- modules/examples/example-dags/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/examples/example-dags/requirements.txt b/modules/examples/example-dags/requirements.txt index 0de7d365..5625fbf4 100644 --- a/modules/examples/example-dags/requirements.txt +++ b/modules/examples/example-dags/requirements.txt @@ -50,5 +50,5 @@ six==1.16.0 # via python-dateutil typing-extensions==4.2.0 # via jsii -urllib3==1.26.17 +urllib3==1.26.18 # via botocore