From 68d509cbb19636a3daf66d92857bcea18dd13842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:05:09 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...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 e71562a..ae71ec0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ antlr4-python3-runtime==4.9.3.0 bleach==6.0.0 build==0.10.0 -certifi==2023.7.22 +certifi==2024.7.4 chardet==5.2.0 cloudpickle==2.2.1 colorama==0.4.6 diff --git a/setup.py b/setup.py index 9d75d6f..91ff334 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ install_requires=["antlr4-python3-runtime==4.9.3.0", "bleach==6.0.0", "build==0.10.0", - "certifi==2023.7.22", + "certifi==2024.7.4", "chardet==5.2.0", "cloudpickle==2.2.1", "colorama==0.4.6",