From 1362ef7bd18b641bf7181598276d42c24bf1ed9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:16:46 +0000 Subject: [PATCH] build(deps): bump certifi from 2025.11.12 to 2026.1.4 in /clients/py Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.11.12 to 2026.1.4. - [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- clients/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/py/requirements.txt b/clients/py/requirements.txt index 4f205a2f..5ca777bf 100644 --- a/clients/py/requirements.txt +++ b/clients/py/requirements.txt @@ -1,5 +1,5 @@ anyio==4.12.0 -certifi==2025.11.12 +certifi==2026.1.4 construct==2.10.70 construct-typing==0.7.0 h11==0.14.0