Skip to content

Commit

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


Updates `boto3` from 1.34.59 to 1.34.95
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.59...1.34.95)

Updates `importlib-resources` from 6.1.3 to 6.4.0
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v6.1.3...v6.4.0)

Updates `typing-extensions` from 4.10.0 to 4.11.0
- [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.10.0...4.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 62d7096 commit 36d4879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.59",
"importlib_resources==6.1.3",
"boto3==1.34.95",
"importlib_resources==6.4.0",
"pytoml==0.1.21",
"pytz==2024.1",
"requests==2.31.0",
"rich==13.7.1",
"typing_extensions==4.10.0",
"typing_extensions==4.11.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 36d4879

Please sign in to comment.