0
0
Fork 0
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:
Pēteris Caune 2024-05-27 15:59:18 +03:00
parent d56105e670
commit 7ef18cd706
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
2 changed files with 3 additions and 2 deletions

View file

@ -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()

View file

@ -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