From 34a883fc22b6e36e6b9cce0048f888562078e75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:29:56 +0100 Subject: [PATCH] Bump certifi from 2020.12.5 to 2023.7.22 (#4) Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2023.07.22) --- 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> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 2b1b671..d585a02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ backoff==1.8.0 -certifi==2020.12.5 +certifi==2023.7.22 chardet==4.0.0 ciso8601==2.1.3 idna==2.10 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 9ff30c8..ac476a0 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ py_modules=["tap_dynamics"], install_requires=[ "backoff==1.8.0", - "certifi==2020.12.5", + "certifi==2023.7.22", "chardet==4.0.0", "ciso8601==2.1.3", "idna==2.10",