From f5bc9f329a95405a0dc448d6a7636312a706dbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:43:57 +0000 Subject: [PATCH] chore(deps): update certifi requirement in /scripts Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2026.02.25) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 84d596608..783f3deb7 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "aiohttp>=3.11.18", - "certifi>=2025.4.26", + "certifi>=2026.2.25", "fs>=2.4.16", "openai>=1.99.9", "pillow>=11.2.1",