From 4715f91d2ab948fb44640426be6a40099f94c910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 28 Feb 2024 00:23:05 +0100 Subject: [PATCH] chg: Bump changelog --- CHANGELOG.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7df3eb0..e2418c5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ v2.4.186 (2024-02-27) Changes ~~~~~~~ +- Bump changelog. [Raphaël Vinot] - Bump version. [Raphaël Vinot] - Bump objects. [Raphaël Vinot] - Bump deps. [Raphaël Vinot] @@ -24,6 +25,22 @@ Fix Fix #1159 +Other +~~~~~ +- Build(deps): bump urllib3 from 2.2.0 to 2.2.1. [dependabot[bot]] + + Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1. + - [Release notes](https://github.com/urllib3/urllib3/releases) + - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) + - [Commits](https://github.com/urllib3/urllib3/compare/2.2.0...2.2.1) + + --- + updated-dependencies: + - dependency-name: urllib3 + dependency-type: direct:production + update-type: version-update:semver-patch + ... + v2.4.185 (2024-02-16) ---------------------