From 17dafbc68b373ec5619464072641d778779030c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:54:05 +0000 Subject: [PATCH] Update certifi requirement from >=2023.7.22 to >=2026.7.22 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.07.22) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/encryption.txt | 2 +- requirements/ocsp.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/encryption.txt b/requirements/encryption.txt index 10aa1db198..c0af9d291b 100644 --- a/requirements/encryption.txt +++ b/requirements/encryption.txt @@ -1,3 +1,3 @@ pymongo-auth-aws>=1.3.0,<2.0.0 pymongocrypt>=1.18.1,<2.0.0 -certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin' +certifi>=2026.7.22;os.name=='nt' or sys_platform=='darwin' diff --git a/requirements/ocsp.txt b/requirements/ocsp.txt index a95311d894..836cafcebb 100644 --- a/requirements/ocsp.txt +++ b/requirements/ocsp.txt @@ -7,7 +7,7 @@ # store and just use certifi on macOS. # pyopenssl, cryptography, and service_identity must be set in tandem. # https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_default_verify_paths -certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin' +certifi>=2026.7.22;os.name=='nt' or sys_platform=='darwin' pyopenssl>=26.2.0 requests>=2.23.0,<3.0 cryptography>=47.0.0