Skip to content

Commit

Permalink
chore(deps): bump the python group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 2 updates: [boto3](https://github.com/boto/boto3) and [black](https://github.com/psf/black).


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

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

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 8a1a880 commit 15da1e1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ requests = "^2.28.2"
pytz = "^2024.1"
aws-lambda-powertools = "^2.26.0"
jmespath = "^1.0.1"
boto3 = "^1.28.66"
boto3 = "^1.34.43"
requests-toolbelt = "^1.0.0"
click = "^8.1.7"
discord-webhook = "^1.3.0"
aws-xray-sdk = "^2.12.1"


[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
black = "^24.2.0"
mypy = "^1.6.1"
pylint = "^3.0.1"
types-requests = "^2.31.0.10"
Expand Down

0 comments on commit 15da1e1

Please sign in to comment.