mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
Fix type warning and upgrade django-stubs-ext
This commit is contained in:
parent
d56105e670
commit
7ef18cd706
2 changed files with 3 additions and 2 deletions
|
@ -1663,7 +1663,8 @@ def add_slack_complete(request: AuthenticatedHttpRequest) -> HttpResponse:
|
|||
|
||||
channel = Channel(kind="slack", project=project)
|
||||
channel.value = result.text
|
||||
channel.name = channel.slack_channel
|
||||
if channel.slack_channel:
|
||||
channel.name = channel.slack_channel
|
||||
channel.save()
|
||||
channel.assign_all_checks()
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ aiosmtpd==1.4.6
|
|||
cronsim==2.5
|
||||
Django==5.0.4
|
||||
django-compressor==4.4
|
||||
django-stubs-ext==5.0.0
|
||||
django-stubs-ext==5.0.2
|
||||
fido2==1.1.3
|
||||
oncalendar==1.1
|
||||
psycopg2==2.9.9
|
||||
|
|
Loading…
Add table
Reference in a new issue