From f419a74088d37d2786d62f87712a7ec4d588b317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:25:04 +0000 Subject: [PATCH] Bump pip in /scripts/tdr/export_pipeline_outputs_to_tdr Bumps [pip](https://github.com/pypa/pip) from 21.1 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.1...23.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/tdr/export_pipeline_outputs_to_tdr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tdr/export_pipeline_outputs_to_tdr/requirements.txt b/scripts/tdr/export_pipeline_outputs_to_tdr/requirements.txt index 2bc7095d..eb2829ad 100644 --- a/scripts/tdr/export_pipeline_outputs_to_tdr/requirements.txt +++ b/scripts/tdr/export_pipeline_outputs_to_tdr/requirements.txt @@ -3,5 +3,5 @@ google-cloud-storage==1.33.0 google-cloud-bigquery==2.30.1 oauth2client==4.1.3 pandas==1.1.4 -pip==21.1 +pip==23.3 tenacity==5.1.1 \ No newline at end of file