From 3784db73543054770e8c6dec891364aa2cf42e85 Mon Sep 17 00:00:00 2001 From: Sebastian Blanco Date: Wed, 18 Sep 2024 21:18:11 -0300 Subject: [PATCH 1/2] [VENDOR] Bump certifi to 2024.07.04 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82eb116..f0b932e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ INSTALL_REQUIRES = [ 'requests >=2.21.0', - 'certifi >=2023.7.22', + 'certifi >=2024.07.04', ] DEV_REQUIRES = [ From 77ca6bd37595b413f70ec871db718ff98a4f94c4 Mon Sep 17 00:00:00 2001 From: Sebastian Blanco Date: Wed, 18 Sep 2024 21:22:35 -0300 Subject: [PATCH 2/2] [DOCS] Update ChangeLog.md for certifi bump --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 2c3b2d3..2249305 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Security +- Bump certifi minimum version to 2024.07.04 ## [v0.3.9] - 2024-08-29 ### Added