From a7687104a579b7643e43be79641c9dfd102327ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:18:32 +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.04.22) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.4.22 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..7bd2a5a 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.4.22 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability