From ffa4b60dbfe5a5818073585b21a2905e75a3b43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:54:08 +0000 Subject: [PATCH] Bump certifi from 2023.5.7 to 2023.7.22 in /project_1_2 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project_1_2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_1_2/requirements.txt b/project_1_2/requirements.txt index f9769b8..7a22b4e 100644 --- a/project_1_2/requirements.txt +++ b/project_1_2/requirements.txt @@ -12,7 +12,7 @@ bottle==0.12.23 # via project-1-2 (pyproject.toml) cachetools==5.3.1 # via tox -certifi==2023.5.7 +certifi==2023.7.22 # via requests chardet==5.2.0 # via tox