From 93cacd71952b8c09d6cbf55cbdafde81256ee195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 23:21:01 +0000 Subject: [PATCH] Bump certifi from 0.0.8 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 0.0.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/commits/2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e71a145..b0ab0de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==0.0.8 +certifi==2022.12.7 chardet==1.0.1 httplib2==0.7.4 oauth2==1.5.211 diff --git a/setup.py b/setup.py index a4eb87d..786397b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ url='http://mikegrouchy.com/link', author='Mike Grouchy', author_email='mgrouchy@gmail.com', - install_requires=['certifi==0.0.8', + install_requires=['certifi==2022.12.7', 'chardet==1.0.1', 'httplib2==0.7.4', 'oauth2==1.5.211',