From be483f9dbe6c2b9fd45222d9a5fcabba86438937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 10:11:00 +0000 Subject: [PATCH] Bump slackclient from 2.9.3 to 2.9.4 Bumps [slackclient](https://github.com/slackapi/python-slack-sdk) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v2.9.3...v2.9.4) --- updated-dependencies: - dependency-name: slackclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a44b3f..6b86692 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Slack logging -slackclient==2.9.3 +slackclient==2.9.4 # Data numpy>=1.19 diff --git a/setup.py b/setup.py index 6e1dd86..1f691c2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ author_email='tech@stratodem.com', url='https://github.com/StratoDem/SDUtils', install_requires=[ - 'slackclient==2.9.3', + 'slackclient==2.9.4', 'numpy>=1.19', 'pandas>=1.2.2', 'joblib',