mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-11 07:41:19 +00:00
Upgrade to Django 5.0
This commit is contained in:
parent
7c0442cf5f
commit
5daa13a57f
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Update the Pushover integration to disable channel when Pushover reports invalid user
|
||||
- Update Twilio integrations to disable channel on "Invalid 'To' Phone Number"
|
||||
- Update the Signal integration to disable channel on UNREGISTERED_FAILURE
|
||||
- Upgrade to Django 5.0
|
||||
|
||||
### Bug Fixes
|
||||
- Fix "Ping Details" dialog to handle email bodies not yet uploaded to object storage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
aiosmtpd==1.4.4.post2
|
||||
cronsim==2.5
|
||||
Django==4.2.8
|
||||
Django==5.0
|
||||
django-compressor==4.4
|
||||
django-stubs-ext==4.2.5
|
||||
fido2==1.1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue