Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pypdf](https://github.com/py-pdf/pypdf) | `3.16.3` | `3.16.4` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.25.1` | `2.26.0` |
| [boto3](https://github.com/boto/boto3) | `1.28.62` | `1.28.64` |
| [aws-xray-sdk](https://github.com/aws/aws-xray-sdk-python) | `2.12.0` | `2.12.1` |
| [mypy](https://github.com/python/mypy) | `1.5.1` | `1.6.0` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.8` | `2.31.0.9` |


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

Updates `aws-lambda-powertools` from 2.25.1 to 2.26.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.25.1...v2.26.0)

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

Updates `aws-xray-sdk` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/aws/aws-xray-sdk-python/releases)
- [Changelog](https://github.com/aws/aws-xray-sdk-python/blob/master/CHANGELOG.rst)
- [Commits](aws/aws-xray-sdk-python@2.12.0...2.12.1)

Updates `mypy` from 1.5.1 to 1.6.0
- [Commits](python/mypy@v1.5.1...v1.6.0)

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

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: aws-xray-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: mypy
  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 Oct 17, 2023
1 parent 3658efb commit 1d54a35
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 55 deletions.
99 changes: 50 additions & 49 deletions poetry.lock

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

12 changes: 6 additions & 6 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 = "^3.16.2"
pypdf = "^3.16.4"
pdf2image = "^1.16.3"
requests = "^2.28.2"
pytz = "^2023.3"
aws-lambda-powertools = "^2.23.1"
aws-lambda-powertools = "^2.26.0"
jmespath = "^1.0.1"
boto3 = "^1.28.62"
boto3 = "^1.28.64"
requests-toolbelt = "^1.0.0"
click = "^8.1.7"
discord-webhook = "^1.3.0"
aws-xray-sdk = "^2.12.0"
aws-xray-sdk = "^2.12.1"


[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
mypy = "^1.5.1"
mypy = "^1.6.0"
pylint = "^3.0.1"
types-requests = "^2.31.0.8"
types-requests = "^2.31.0.9"
pytest = "^7.4.1"

[build-system]
Expand Down

0 comments on commit 1d54a35

Please sign in to comment.