Skip to content

Commit

Permalink
Bump the primary-deps group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the primary-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.21.1` | `3.21.2` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [botocore](https://github.com/boto/botocore) | `1.34.74` | `1.34.117` |
| [boto3](https://github.com/boto/boto3) | `1.34.74` | `1.34.117` |
| [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.27.1` | `3.27.2` |



Updates `marshmallow` from 3.21.1 to 3.21.2
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.21.1...3.21.2)

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 `botocore` from 1.34.74 to 1.34.117
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.74...1.34.117)

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

Updates `slack-sdk` from 3.27.1 to 3.27.2
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html)
- [Commits](slackapi/python-slack-sdk@v3.27.1...v3.27.2)

---
updated-dependencies:
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: primary-deps
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: primary-deps
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: primary-deps
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: primary-deps
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: primary-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 0bedfd2 commit da7466f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ iambic-core==0.11.97
cloudaux-lite==1.0.0
click==8.1.7
PyYAML==6.0.1
marshmallow==3.21.1
marshmallow==3.21.2
retry==0.9.2
pyjwt==2.8.0
requests==2.31.0
requests==2.32.3
# cryptography==42.0.5 Handled by iambic-core
botocore==1.34.74
boto3==1.34.74
slack-sdk==3.27.1
botocore==1.34.117
boto3==1.34.117
slack-sdk==3.27.2
deepdiff==6.7.1

0 comments on commit da7466f

Please sign in to comment.