Skip to content

Commit

Permalink
Update slack-sdk requirement from ==3.30.* to >=3.30,<3.32
Browse files Browse the repository at this point in the history
Updates the requirements on [slack-sdk](https://github.com/slackapi/python-slack-sdk) to permit the latest version.
- [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.30.0...v3.31.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 40f7e3a commit 57e7e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pyyaml==6.0.*",
"croniter==2.0.*",
"tabulate==0.9.*",
"slack-sdk==3.30.*",
"slack-sdk>=3.30,<3.32",
"backoff==2.2.*",
],
extras_require={
Expand Down

0 comments on commit 57e7e41

Please sign in to comment.