From d5291493909de6a4143228dc7ac4f73704cd1c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:49:43 +0000 Subject: [PATCH] chore(deps): update certifi requirement in /tooling Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2026.02.25) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tooling/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/pyproject.toml b/tooling/pyproject.toml index c97775c..8d5a53f 100644 --- a/tooling/pyproject.toml +++ b/tooling/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "PyYAML>=6.0", - "certifi>=2023.7.22", + "certifi>=2026.2.25", ] [project.optional-dependencies]