Skip to content

Commit

Permalink
chore(deps): bump the python group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pypdf](https://github.com/py-pdf/pypdf) | `4.1.0` | `4.2.0` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.36.0` | `2.37.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.76` | `1.34.86` |
| [black](https://github.com/psf/black) | `24.3.0` | `24.4.0` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240403` | `2.31.0.20240406` |


Updates `pypdf` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@4.1.0...4.2.0)

Updates `aws-lambda-powertools` from 2.36.0 to 2.37.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.36.0...v2.37.0)

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

Updates `black` from 24.3.0 to 24.4.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...24.4.0)

Updates `types-requests` from 2.31.0.20240403 to 2.31.0.20240406
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- 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: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent a60edfc commit 32ef8ca
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 50 deletions.
93 changes: 48 additions & 45 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ packages = [{include = "botcpdf"}]
python = "^3.10"
jinja2 = "^3.1.2"
weasyprint = "^58.1"
pypdf = "^4.1.0"
pypdf = "^4.2.0"
pdf2image = "^1.16.3"
requests = "^2.28.2"
pytz = "^2024.1"
aws-lambda-powertools = "^2.36.0"
aws-lambda-powertools = "^2.37.0"
jmespath = "^1.0.1"
boto3 = "^1.34.76"
boto3 = "^1.34.86"
requests-toolbelt = "^1.0.0"
click = "^8.1.7"
discord-webhook = "^1.3.0"
aws-xray-sdk = "^2.13.0"


[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
black = "^24.4.0"
mypy = "^1.9.0"
pylint = "^3.1.0"
types-requests = "^2.31.0.20240403"
types-requests = "^2.31.0.20240406"
pytest = "^8.1.1"

[build-system]
Expand Down

0 comments on commit 32ef8ca

Please sign in to comment.