From 13cd6dbd3516deae2fc62fd31da19a8c9ac15049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 06:54:17 +0200 Subject: [PATCH] Bump certifi in /content/blog/2023-nyt-books-api (#18) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- content/blog/2023-nyt-books-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-nyt-books-api/requirements.txt b/content/blog/2023-nyt-books-api/requirements.txt index b23ee43..3a1aee2 100644 --- a/content/blog/2023-nyt-books-api/requirements.txt +++ b/content/blog/2023-nyt-books-api/requirements.txt @@ -1,4 +1,4 @@ -certifi==2023.7.22 +certifi==2024.7.4 charset-normalizer==3.3.0 idna==3.7 numpy==1.26.0