From eda25b37d2b1b21e91aa576aa7de27b0e9b28b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:14:02 +0000 Subject: [PATCH] Bump certifi from 2024.2.2 to 2024.7.4 in /Operator Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Operator/requirements.txt | 2 +- Operator/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Operator/requirements.txt b/Operator/requirements.txt index d330c5e..9efaead 100644 --- a/Operator/requirements.txt +++ b/Operator/requirements.txt @@ -1,7 +1,7 @@ annotated-types==0.6.0 anyio==4.3.0 Authlib==1.3.1 -certifi==2024.2.2 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 diff --git a/Operator/setup.py b/Operator/setup.py index 3236f78..404cfce 100644 --- a/Operator/setup.py +++ b/Operator/setup.py @@ -11,7 +11,7 @@ install_requires=[ 'annotated-types==0.6.0', 'anyio==4.3.0', - 'certifi==2024.2.2', + 'certifi==2024.7.4', 'click==8.1.7', 'fastapi==0.110.2', 'h11==0.14.0',