From 7362f4e8c9359a86066e69b9be1c0304d7dba208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 16:53:15 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 in /plugins/flytekit-airflow Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- plugins/flytekit-airflow/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-airflow/dev-requirements.txt b/plugins/flytekit-airflow/dev-requirements.txt index 4ff135ad1a..35e5d0abd9 100644 --- a/plugins/flytekit-airflow/dev-requirements.txt +++ b/plugins/flytekit-airflow/dev-requirements.txt @@ -955,7 +955,7 @@ universal-pathlib==0.1.4 # via apache-airflow uritemplate==4.1.1 # via google-api-python-client -urllib3==2.0.7 +urllib3==2.2.2 # via requests werkzeug==2.2.3 # via