From 4083d8b9d1d3a80f2fc9dec6397a4fea08e33980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 06:26:18 +0000 Subject: [PATCH] Bump certifi from 2021.5.30 to 2022.12.7 in /threading-tutorial-main Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- threading-tutorial-main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threading-tutorial-main/requirements.txt b/threading-tutorial-main/requirements.txt index af6c5c8..e16c13e 100644 --- a/threading-tutorial-main/requirements.txt +++ b/threading-tutorial-main/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.7.4.post0 async-timeout==3.0.1 attrs==21.2.0 beautifulsoup4==4.9.3 -certifi==2021.5.30 +certifi==2022.12.7 chardet==4.0.0 greenlet==1.1.0 idna==2.10