From f8f271a9e9b5a47d069d57334062aa9c777f1f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:31:06 +0000 Subject: [PATCH] Python dependency: Bump certifi from 2026.4.22 to 2026.5.20 Bumps [certifi](https://github.com/certifi/python-certifi) from 2026.4.22 to 2026.5.20. - [Commits](https://github.com/certifi/python-certifi/compare/2026.04.22...2026.05.20) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edb6492e99e..217277fa8b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ azure-mgmt-subscription==3.1.1 bcrypt==5.0.* boto3==1.42.*; python_version <= '3.9' boto3==1.43.*; python_version > '3.9' -certifi==2026.4.22 +certifi==2026.5.20 cryptography==48.0.* Flask-Babel==4.0.* Flask-Compress==1.*