From 0858457412aee0713a255a1e130f83ea37faabaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:39:03 +0000 Subject: [PATCH] Bump the primary-deps group with 2 updates Bumps the primary-deps group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [slack-sdk](https://github.com/slackapi/python-slack-sdk). Updates `cryptography` from 41.0.4 to 41.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.5) Updates `slack-sdk` from 3.22.0 to 3.23.0 - [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](https://github.com/slackapi/python-slack-sdk/compare/v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: cryptography 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] --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 6e660fe..11015ab 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,10 +5,10 @@ marshmallow==3.20.1 retry==0.9.2 pyjwt==2.8.0 requests==2.31.0 -cryptography==41.0.4 +cryptography==41.0.5 botocore==1.31.57 boto3==1.28.57 -slack-sdk==3.22.0 +slack-sdk==3.23.0 # Deep-diff issue: https://github.com/seperman/deepdiff/issues/415 deepdiff<6.6.0 iambic-core==0.11.86