Skip to content

Commit

Permalink
⬆️ Bump boto3 from 1.35.92 to 1.35.94
Browse files Browse the repository at this point in the history
Bumps [boto3](https://github.com/boto/boto3) from 1.35.92 to 1.35.94.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.92...1.35.94)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 7c4fb5b commit 1bffa01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion function/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requests_mock==1.12.1
moto==5.0.13

# Core Dependencies
boto3==1.35.92 # AWS SDK for Python to interact with AWS services
boto3==1.35.94 # AWS SDK for Python to interact with AWS services
botocore==1.35.92 # Low-level, data-driven core of boto3
requests==2.32.3 # To make HTTP requests to EntraID

2 changes: 1 addition & 1 deletion function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Core Dependencies
boto3==1.35.92 # AWS SDK for Python to interact with AWS services
boto3==1.35.94 # AWS SDK for Python to interact with AWS services
botocore==1.35.92 # Low-level, data-driven core of boto3
requests==2.32.3 # To make HTTP requests to EntraID

0 comments on commit 1bffa01

Please sign in to comment.