Skip to content

Commit

Permalink
build(deps): bump the app group in /app with 2 updates (#48)
Browse files Browse the repository at this point in the history
Bumps the app group in /app with 2 updates: [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) and [aioboto3](https://github.com/terrycain/aioboto3).


Updates `aws-lambda-powertools` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v3.0.0...v3.1.0)

Updates `aioboto3` from 13.1.1 to 13.2.0
- [Changelog](https://github.com/terricain/aioboto3/blob/main/CHANGELOG.rst)
- [Commits](terricain/aioboto3@v13.1.1...v13.2.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
- dependency-name: aioboto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edoardo Rosa <[email protected]>
  • Loading branch information
dependabot[bot] and notdodo authored Oct 14, 2024
1 parent cee316b commit 4a271ce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions app/poetry.lock

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

4 changes: 2 additions & 2 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
aws-lambda-powertools = "^3.0.0"
aws-lambda-powertools = "^3.1.0"
httpx = "^0.27.2"
aioboto3 = "^13.1.1"
aioboto3 = "^13.2.0"
python = "^3.12"
python-telegram-bot = "^21.5"
thefuzz = "^0.22.1"
Expand Down

0 comments on commit 4a271ce

Please sign in to comment.