From 23f11cbacdb57f1256915689e897407b96276e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:23:01 +0000 Subject: [PATCH] chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /examples/clip Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/clip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/clip/requirements.txt b/examples/clip/requirements.txt index 2a1d7f0..0231a8a 100644 --- a/examples/clip/requirements.txt +++ b/examples/clip/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu -certifi==2023.7.22 +certifi==2024.7.4 charset-normalizer==2.1.1 clip==1.0 filelock==3.9.0