From bbcdfb20fcd0f7b02f08fe52fa4f2c47fcb10843 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 20 May 2024 10:05:35 +0000 Subject: [PATCH 1/3] chore: Update CHANGELOG after PR merge by PRodriguezFlores [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321868e..4c8da72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,3 +26,7 @@ Author: PRodriguezFlores release - 202405101538.0.0 - 2024-05-10 15:38:28 * Removed duplicated dependencies from requirements.txt +Author: PRodriguezFlores +release - 202405201005.0.0 - 2024-05-20 10:05:35 +* Solved the issue. + From 52219856df5c3ec92b1d2aeec6569919aed4cb90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:23:52 +0000 Subject: [PATCH 2/3] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resources/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/src/requirements.txt b/resources/src/requirements.txt index c59f467..d5b693d 100644 --- a/resources/src/requirements.txt +++ b/resources/src/requirements.txt @@ -33,7 +33,7 @@ pyasn1-modules==0.3.0 pylogrus==0.4.0 python-dateutil==2.8.2 pytz==2023.3.post1 -requests==2.31.0 +requests==2.32.0 requests-oauthlib>=1.3.0,<1.4.0 rsa==4.9 scikit-learn>=1.1.3 From 54123aecbadf0757fe04edd2eaf3dac3aaf00b13 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 24 May 2024 01:43:46 +0000 Subject: [PATCH 3/3] chore: Update CHANGELOG after PR merge by dependabot[bot] [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8da72..45259a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,7 @@ Author: PRodriguezFlores release - 202405201005.0.0 - 2024-05-20 10:05:35 * Solved the issue. +Author: dependabot[bot] +release - 202405240143.0.0 - 2024-05-24 01:43:46 +Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. +