Skip to content

Commit

Permalink
build(deps): bump the pip group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates: [boto3](https://github.com/boto/boto3) and [typing-extensions](https://github.com/python/typing_extensions).


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

Updates `typing-extensions` from 4.12.0 to 4.12.2
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.12.0...4.12.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 7bfc7ea commit f60390e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ keywords = ["AWS", "EC2", "command line", "cli"]
classifiers = ["License :: OSI Approved :: MIT License"]
requires-python = ">=3.8"
dependencies = [
"boto3==1.34.117",
"boto3==1.34.136",
"importlib_resources==6.4.0",
"pytoml==0.1.21",
"pytz==2024.1",
"requests==2.32.3",
"rich==13.7.1",
"typing_extensions==4.12.0",
"typing_extensions==4.12.2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit f60390e

Please sign in to comment.