From 339789be8419a3ea7fc848cf68f340fba0c267eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:16:22 +0000 Subject: [PATCH] chore(deps): bump requests-aws4auth from 1.2.3 to 1.3.1 in /reporter 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] --- reporter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter/requirements.txt b/reporter/requirements.txt index 8cf91c8..116af38 100644 --- a/reporter/requirements.txt +++ b/reporter/requirements.txt @@ -1,5 +1,5 @@ requests==2.33.0 psycopg2-binary==2.9.11 jsonschema==4.23.0 -requests-aws4auth==1.2.3 +requests-aws4auth==1.3.1 boto3==1.34.69