From 5fe06f6bd5671287177f04b8f80155ab3cfdbdce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:17:41 +0100 Subject: [PATCH] Bump certifi from 2023.11.17 to 2024.7.4 in /examples/benchmark (#244) Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark/requirements.txt b/examples/benchmark/requirements.txt index eb2201e..70f2dbe 100644 --- a/examples/benchmark/requirements.txt +++ b/examples/benchmark/requirements.txt @@ -16,7 +16,7 @@ blinker==1.7.0 # quart build==1.0.3 # via pip-tools -certifi==2023.11.17 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests