Browse Source

build(deps): bump boto3 from 1.35.0 to 1.35.53 in /backend

Bumps [boto3](https://github.com/boto/boto3) from 1.35.0 to 1.35.53.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.35.0...1.35.53)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 6 months ago
parent
commit
39f841ce34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/requirements.txt

+ 1 - 1
backend/requirements.txt

@@ -24,7 +24,7 @@ bcrypt==4.2.0
 
 pymongo
 redis
-boto3==1.35.0
+boto3==1.35.53
 
 argon2-cffi==23.1.0
 APScheduler==3.10.4