Bump boto3 from 1.29.2 to 1.29.5

Bumps [boto3](https://github.com/boto/boto3) from 1.29.2 to 1.29.5.
- [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.29.2...1.29.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-22 14:13:40 +00:00
committed by GitHub
parent 7d8adff709
commit a4d8300bd3
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ python = ">=3.9,<3.12"
alembic = "==1.12.1"
amqp = "==5.2.0"
beautifulsoup4 = "==4.12.2"
boto3 = "^1.28.85"
boto3 = "^1.29.5"
botocore = "^1.32.5"
cachetools = "==5.3.2"
celery = {version = "==5.3.5", extras = ["redis"]}