From f2e2bae6e9a3aeed11d1ab71a6f67ea634112d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:45:53 +0000 Subject: [PATCH] chore(deps): update dependency urllib3 to v2 --- crossplane-functions/edgenetworks/requirements.txt | 2 +- crossplane-functions/streams/requirements.txt | 2 +- crossplane-functions/users/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crossplane-functions/edgenetworks/requirements.txt b/crossplane-functions/edgenetworks/requirements.txt index 86ef3b67..1d8ce6fe 100644 --- a/crossplane-functions/edgenetworks/requirements.txt +++ b/crossplane-functions/edgenetworks/requirements.txt @@ -7,4 +7,4 @@ platformdirs==2.6.2 PyYAML==6.0 requests==2.28.2 tomli==2.0.1 -urllib3==1.26.15 \ No newline at end of file +urllib3==2.0.5 \ No newline at end of file diff --git a/crossplane-functions/streams/requirements.txt b/crossplane-functions/streams/requirements.txt index 9650a5c9..4b27a22a 100644 --- a/crossplane-functions/streams/requirements.txt +++ b/crossplane-functions/streams/requirements.txt @@ -6,6 +6,6 @@ pathspec==0.11.1 platformdirs==2.6.2 PyYAML==6.0 tomli==2.0.1 -urllib3==1.26.15 +urllib3==2.0.5 argparse==1.4.0 requests==2.28.2 \ No newline at end of file diff --git a/crossplane-functions/users/requirements.txt b/crossplane-functions/users/requirements.txt index d6200aab..38bbf8a8 100644 --- a/crossplane-functions/users/requirements.txt +++ b/crossplane-functions/users/requirements.txt @@ -6,5 +6,5 @@ pathspec==0.11.1 platformdirs==2.6.2 PyYAML==6.0 tomli==2.0.1 -urllib3==1.26.15 +urllib3==2.0.5 argparse==1.4.0 \ No newline at end of file