We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ec722 commit 7d0d1eaCopy full SHA for 7d0d1ea
setup.py
@@ -55,7 +55,7 @@
55
"moto<2", # For AWS tests
56
"bottle>=0.12,<1",
57
"boddle>=0.2,<0.3", # For Bottle app tests
58
- "chalice>=1.22.1,<2",
+ "chalice>=1.22.4,<2",
59
"click>=7,<8", # for chalice
60
"CherryPy>=18,<19",
61
"Django>=3,<4",
slack_bolt/version.py
@@ -1,2 +1,2 @@
1
"""Check the latest version at https://pypi.org/project/slack-bolt/"""
2
-__version__ = "1.5.0"
+__version__ = "1.6.0"
0 commit comments