From a55f9289276aa7b29cc588218451e0486458754e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:36:01 +0000 Subject: [PATCH] Bump certifi from 2021.5.30 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2024.07.04) --- 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 ee65032a..9c138f9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ progressbar2~=3.53.1 deepdiff~=5.5.0 PyYAML~=6.0.1 bokeh~=2.3.2 -certifi==2021.5.30 +certifi==2024.7.4 flake8==3.9.2 ddt==1.4.2 behave==1.2.6 diff --git a/setup.py b/setup.py index 188c392e..1f5721c4 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def read(f_name): 'deepdiff~=5.5.0', 'PyYAML~=6.0.1', 'bokeh~=2.3.2', - 'certifi==2021.5.30', + 'certifi==2024.7.4', 'flake8==3.9.2', 'ddt==1.4.2', 'behave==1.2.6',