Skip to content

Commit 96c7389

Browse files
chore(deps): bump flake8 from 7.1.2 to 7.2.0 (#1287)
1 parent 26d3b03 commit 96c7389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mypy==1.15.0
2-
flake8==7.1.2
2+
flake8==7.2.0
33
black==24.8.0 # Until we drop Python 3.6 support, we have to stay with this version

slack_bolt/listener/thread_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def run(
111111
if not request.lazy_only:
112112
# start the listener function asynchronously
113113
def run_ack_function_asynchronously():
114-
nonlocal ack, request, response
114+
nonlocal response
115115
try:
116116
self.listener_start_handler.handle(
117117
request=request,

0 commit comments

Comments
 (0)