From 2aa1df676b0677dd71424e22683f3ee8bc46228a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:02 +0000 Subject: [PATCH] chore(deps): bump requests-aws4auth in /monitoring_flask_backend Bumps [requests-aws4auth](https://github.com/tedder/requests-aws4auth) from 1.2.3 to 1.3.1. - [Release notes](https://github.com/tedder/requests-aws4auth/releases) - [Changelog](https://github.com/tedder/requests-aws4auth/blob/main/HISTORY.md) - [Commits](https://github.com/tedder/requests-aws4auth/compare/v1.2.3...v1.3.1) --- updated-dependencies: - dependency-name: requests-aws4auth dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- monitoring_flask_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring_flask_backend/requirements.txt b/monitoring_flask_backend/requirements.txt index 5bf25e1..3a54fd0 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -4,6 +4,6 @@ python-dateutil==2.8.2 gunicorn==23.0.0 requests==2.32.4 pytest==8.3.4 -requests-aws4auth==1.2.3 +requests-aws4auth==1.3.1 boto3==1.34.69 psycopg2-binary==2.9.9