From 0c71a662ad073472c2ab61abb6f124ec45ccecef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:33:31 +0000 Subject: [PATCH] Update certifi requirement from <2025,>=2024 to >=2024,<2027 in /tools Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2026.05.20) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 9a60701a..2d1e4aaa 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ # Sibling-package pins (dvp-libs, dvp-platform) are kept in sync via .bumpversion.cfg. dependencies = [ "attrs >= 25.3, < 25.4", - "certifi >= 2024, < 2025", + "certifi >= 2024, < 2027", "click == 7.1.2", "click-configfile == 0.2.3", "configparser >= 7.2, < 7.3",