Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.20.1` | `3.21.0` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `42.0.5` |
| [botocore](https://github.com/boto/botocore) | `1.34.11` | `1.34.53` |
| [boto3](https://github.com/boto/boto3) | `1.34.11` | `1.34.53` |
| [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.26.1` | `3.27.1` |


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

Updates `cryptography` from 41.0.7 to 42.0.5
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.7...42.0.5)

Updates `botocore` from 1.34.11 to 1.34.53
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.11...1.34.53)

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

Updates `slack-sdk` from 3.26.1 to 3.27.1
- [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.26.1...v3.27.1)

---
updated-dependencies:
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: primary-deps
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-minor
  dependency-group: primary-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent b9093b4 commit 98869a4
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
@@ -1,13 +1,13 @@
cloudaux-lite==1.0.0
click==8.1.7
PyYAML==6.0.1
marshmallow==3.20.1
marshmallow==3.21.0
retry==0.9.2
pyjwt==2.8.0
requests==2.31.0
cryptography==41.0.7
botocore==1.34.11
boto3==1.34.11
slack-sdk==3.26.1
cryptography==42.0.5
botocore==1.34.53
boto3==1.34.53
slack-sdk==3.27.1
deepdiff==6.7.1
iambic-core==0.11.97

0 comments on commit 98869a4

Please sign in to comment.