Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [aws-cdk-lib](https://github.com/aws/aws-cdk).


Updates `boto3` from 1.34.131 to 1.34.136
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.131...1.34.136)

Updates `aws-cdk-lib` from 2.147.0 to 2.147.2
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/v2.147.2/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.147.0...v2.147.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 30, 2024
1 parent 05c0637 commit 2bfc583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.34.131
boto3==1.34.136
flake8==7.1.0
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package_dir={"": "slack_app_constructs_cdk"},
packages=setuptools.find_packages(where="slack_app_constructs_cdk"),
install_requires=[
"aws-cdk-lib==2.147.0",
"aws-cdk-lib==2.147.2",
"constructs==10.3.0",
],
python_requires=">=3.8",
Expand Down

0 comments on commit 2bfc583

Please sign in to comment.