From 9d3e278c052b0330197e7f7f96829d26455e81de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:16:04 +0000 Subject: [PATCH] chore(deps): bump boto3 in /monitoring_flask_backend Bumps [boto3](https://github.com/boto/boto3) from 1.34.69 to 1.42.82. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.69...1.42.82) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.82 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 1d0133b..7fd9b48 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -5,5 +5,5 @@ gunicorn==25.1.0 requests==2.33.0 pytest==9.0.2 requests-aws4auth==1.3.1 -boto3==1.34.69 +boto3==1.42.82 psycopg2-binary==2.9.11