Skip to content

Commit

Permalink
Bump the regular-updates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the regular-updates group with 3 updates: [aws-cdk-lib](https://github.com/aws/aws-cdk), [boto3](https://github.com/boto/boto3) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).


Updates `aws-cdk-lib` from 2.172.0 to 2.173.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/v2.173.1/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.172.0...v2.173.1)

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

Updates `boto3-stubs` from 1.35.76 to 1.35.81
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 16, 2024
1 parent a1288e8 commit 23b03d9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ packages = [{include = "cdk_changeset_reporter"}]

[tool.poetry.dependencies]
python = "^3.10"
aws-cdk-lib = "^2.172.0"
boto3 = "^1.35.76"
aws-cdk-lib = "^2.173.1"
boto3 = "^1.35.81"
terminaltables = "^3.1.10"

[tool.poetry.group.dev.dependencies]
boto3-stubs = {version = "1.35.76", extras = ["cloudformation"]}
boto3-stubs = {version = "1.35.81", extras = ["cloudformation"]}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 23b03d9

Please sign in to comment.