Skip to content

Commit

Permalink
chore(deps): bump the python group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pypdf](https://github.com/py-pdf/pypdf) | `4.2.0` | `4.3.1` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.37.0` | `2.41.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.98` | `1.34.147` |
| [aws-xray-sdk](https://github.com/aws/aws-xray-sdk-python) | `2.13.0` | `2.14.0` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.6` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.32.0.20240712` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.3.1` |



Updates `pypdf` from 4.2.0 to 4.3.1
- [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.2.0...4.3.1)

Updates `requests` from 2.31.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

Updates `aws-lambda-powertools` from 2.37.0 to 2.41.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.37.0...v2.41.0)

Updates `boto3` from 1.34.98 to 1.34.147
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.98...1.34.147)

Updates `aws-xray-sdk` from 2.13.0 to 2.14.0
- [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.13.0...2.14.0)

Updates `mypy` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.11)

Updates `pylint` from 3.1.0 to 3.2.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.6)

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

Updates `pytest` from 8.2.0 to 8.3.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.3.1)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: requests
  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: aws-xray-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pylint
  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-minor
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent a570479 commit 7389225
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 76 deletions.
135 changes: 68 additions & 67 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ packages = [{include = "botcpdf"}]
python = "^3.10"
jinja2 = "^3.1.4"
weasyprint = "^58.1"
pypdf = "^4.2.0"
pypdf = "^4.3.1"
pdf2image = "^1.16.3"
requests = "^2.28.2"
requests = "^2.32.3"
pytz = "^2024.1"
aws-lambda-powertools = "^2.37.0"
aws-lambda-powertools = "^2.41.0"
jmespath = "^1.0.1"
boto3 = "^1.34.98"
boto3 = "^1.34.147"
requests-toolbelt = "^1.0.0"
click = "^8.1.7"
discord-webhook = "^1.3.0"
aws-xray-sdk = "^2.13.0"
aws-xray-sdk = "^2.14.0"


[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
mypy = "^1.10.0"
pylint = "^3.1.0"
types-requests = "^2.31.0.20240406"
pytest = "^8.2.0"
mypy = "^1.11.0"
pylint = "^3.2.6"
types-requests = "^2.32.0.20240712"
pytest = "^8.3.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7389225

Please sign in to comment.