Skip to content

Commit 398c900

Browse files
committed
version 1.14.1
1 parent 65e502d commit 398c900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
),
5959
include_package_data=True, # MANIFEST.in
6060
install_requires=[
61-
"slack_sdk>=3.15.2,<4",
61+
"slack_sdk>=3.17.2,<4",
6262
],
6363
setup_requires=["pytest-runner==5.2"],
6464
tests_require=async_test_dependencies,

slack_bolt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Check the latest version at https://pypi.org/project/slack-bolt/"""
2-
__version__ = "1.14.0"
2+
__version__ = "1.14.1"

0 commit comments

Comments
 (0)