Skip to content

Commit

Permalink
Update slack-sdk requirement from ==3.31.* to >=3.31,<3.33
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)
- [Commits](slackapi/python-slack-sdk@v3.31.0...v3.32.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 8e40c72 commit 5eff958
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.31.*",
"slack-sdk>=3.31,<3.33",
"backoff==2.2.*",
],
extras_require={
Expand Down

0 comments on commit 5eff958

Please sign in to comment.