Skip to content

Commit

Permalink
chore(deps): bump the python group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 3 updates: [pypdf](https://github.com/py-pdf/pypdf), [boto3](https://github.com/boto/boto3) and [types-requests](https://github.com/python/typeshed).


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 `boto3` from 1.34.76 to 1.34.82
- [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.82)

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: 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]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent a60edfc commit f066178
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
31 changes: 17 additions & 14 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ 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"
jmespath = "^1.0.1"
boto3 = "^1.34.76"
boto3 = "^1.34.82"
requests-toolbelt = "^1.0.0"
click = "^8.1.7"
discord-webhook = "^1.3.0"
Expand All @@ -27,7 +27,7 @@ aws-xray-sdk = "^2.13.0"
black = "^24.3.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 f066178

Please sign in to comment.