Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/tools.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy==1.15.0
flake8==7.1.2
flake8==7.2.0
black==24.8.0 # Until we drop Python 3.6 support, we have to stay with this version
2 changes: 1 addition & 1 deletion slack_bolt/listener/thread_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(
if not request.lazy_only:
# start the listener function asynchronously
def run_ack_function_asynchronously():
nonlocal ack, request, response
nonlocal response
try:
self.listener_start_handler.handle(
request=request,
Expand Down
Loading