From 693728f6802bc8c893153ed71961b40d62e35f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:51:27 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 in /examples/cli-typer-base Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cli-typer-base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli-typer-base/requirements.txt b/examples/cli-typer-base/requirements.txt index dd3f8d1..5a618cf 100644 --- a/examples/cli-typer-base/requirements.txt +++ b/examples/cli-typer-base/requirements.txt @@ -1,4 +1,4 @@ -certifi==2023.7.22 +certifi==2024.7.4 charset-normalizer==2.1.1 click==8.1.3 commonmark==0.9.1