From 855777e44060c452c5f4bce9c78eee9557a18f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:44:29 +0000 Subject: [PATCH] Bump certifi from 2022.12.7 to 2023.7.22 in /Crypto-Price Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Crypto-Price/requirements.txt | 2 +- Crypto-Price/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Crypto-Price/requirements.txt b/Crypto-Price/requirements.txt index 2062996..72e629e 100644 --- a/Crypto-Price/requirements.txt +++ b/Crypto-Price/requirements.txt @@ -1,5 +1,5 @@ art==5.2 -certifi==2022.12.7 +certifi==2023.7.22 chardet==4.0.0 colorama==0.4.4 idna==2.10 diff --git a/Crypto-Price/setup.py b/Crypto-Price/setup.py index 8dffca1..a13629b 100644 --- a/Crypto-Price/setup.py +++ b/Crypto-Price/setup.py @@ -32,7 +32,7 @@ include_package_data = True, install_requires = [ 'art==5.2', - 'certifi==2022.12.7', + 'certifi==2023.7.22', 'chardet==4.0.0', 'colorama==0.4.4', 'idna==2.10',