From c5fa59ff879dab641c4ca1c21595b7582a2bbc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:15:44 +0400 Subject: [PATCH] Bump zipp from 3.17.0 to 3.19.1 in /lambdas/tabular_preview (#4078) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/tabular_preview/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/tabular_preview/requirements.txt b/lambdas/tabular_preview/requirements.txt index 562a59fa80a..26006a44e9d 100644 --- a/lambdas/tabular_preview/requirements.txt +++ b/lambdas/tabular_preview/requirements.txt @@ -70,5 +70,5 @@ xlrd==2.0.1 # via t4_lambda_tabular_preview (setup.py) yarl==1.7.2 # via aiohttp -zipp==3.17.0 +zipp==3.19.1 # via importlib-resources