From 023761d3e8bc787c21896e444bd5da48e406c16d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 27 Feb 2024 16:13:05 +0100
Subject: [PATCH] build(deps): bump boto3 from 1.34.44 to 1.34.49 (#11991)

* build(deps): bump boto3 from 1.34.44 to 1.34.49

Bumps [boto3](https://github.com/boto/boto3) from 1.34.44 to 1.34.49.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.34.44...1.34.49)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
---
 requirements.txt | 2 +-
 setup.cfg        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 119b59bb153..3579eeaf264 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -107,7 +107,7 @@ django-storages==1.14.2
 dropbox==11.36.2
 google-cloud-storage==2.14.0
 google-cloud-core==2.4.1
-boto3==1.34.44
+boto3==1.34.49
 
 # Django Caches
 python-memcached<=1.62
diff --git a/setup.cfg b/setup.cfg
index af5c4dc2ad7..9b6d9ddfcaa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -132,7 +132,7 @@ install_requires =
     dropbox==11.36.2
     google-cloud-storage==2.14.0
     google-cloud-core==2.4.1
-    boto3==1.34.44
+    boto3==1.34.49
 
     # Django Caches
     python-memcached<=1.62