Skip to content

Commit fa6d038

Browse files
chore(deps): bump the python group with 3 updates
Bumps the python group with 3 updates: [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python), [boto3](https://github.com/boto/boto3) and [types-requests](https://github.com/python/typeshed). Updates `aws-lambda-powertools` from 2.35.1 to 2.36.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@v2.35.1...v2.36.0) Updates `boto3` from 1.34.69 to 1.34.76 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.69...1.34.76) Updates `types-requests` from 2.31.0.20240311 to 2.31.0.20240403 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d5fe74 commit fa6d038

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pypdf = "^4.1.0"
1414
pdf2image = "^1.16.3"
1515
requests = "^2.28.2"
1616
pytz = "^2024.1"
17-
aws-lambda-powertools = "^2.35.1"
17+
aws-lambda-powertools = "^2.36.0"
1818
jmespath = "^1.0.1"
19-
boto3 = "^1.34.69"
19+
boto3 = "^1.34.76"
2020
requests-toolbelt = "^1.0.0"
2121
click = "^8.1.7"
2222
discord-webhook = "^1.3.0"
@@ -27,7 +27,7 @@ aws-xray-sdk = "^2.13.0"
2727
black = "^24.3.0"
2828
mypy = "^1.9.0"
2929
pylint = "^3.1.0"
30-
types-requests = "^2.31.0.20240311"
30+
types-requests = "^2.31.0.20240403"
3131
pytest = "^8.1.1"
3232

3333
[build-system]

0 commit comments

Comments
 (0)