From 78e85398fc75246a616ac1d7f0222dbad1ddcd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:16:47 -0800 Subject: [PATCH] chore(deps): bump certifi from 2020.12.5 to 2022.12.7 in /metadata-ingestion/src/datahub/ingestion/source/feast_image (#6979) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Joyce --- .../src/datahub/ingestion/source/feast_image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/feast_image/requirements.txt b/metadata-ingestion/src/datahub/ingestion/source/feast_image/requirements.txt index b52b689ad2..41a409c1c6 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/feast_image/requirements.txt +++ b/metadata-ingestion/src/datahub/ingestion/source/feast_image/requirements.txt @@ -1,6 +1,6 @@ attrs==21.2.0; python_full_version >= "3.7.0" cachetools==4.2.2; python_version >= "3.5" and python_version < "4.0" and python_full_version >= "3.7.0" -certifi==2020.12.5; python_full_version >= "3.7.0" +certifi==2022.12.7; python_full_version >= "3.7.0" chardet==4.0.0; python_full_version >= "3.7.0" click==7.1.2; python_full_version >= "3.7.0" colorama==0.4.4; python_full_version >= "3.7.0"