From 5327f4d7f30b481fac3c50a5747bcad2e743d345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:41:55 +0000 Subject: [PATCH] build(deps-dev): update certifi requirement 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.05.20) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1a7066d..7e4b649 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ pytest-cov==7.1.0 codecov==2.1.13 httpx==0.27.2 pylint==3.3.8 -certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability +certifi>=2026.5.20 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability