Skip to content

Commit

Permalink
downgrade Twilio to 8.13.0 due to 9.0.0 being yanked from pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Mar 14, 2024
1 parent c825ba1 commit 74d8e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Upgrade python-dateutil to 2.9.0.post0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade tencentcloud-sdk-python to 3.0.1098 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade tox to 4.13.0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade twilio to 9.0.0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade twilio to 8.13.0 - [#1388](https://github.com/jertel/elastalert2/pull/1395) - @jertel
- Removed explicit tzlocal lib dependency - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel

# 2.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ statsd-tags==3.2.1.post1
stomp.py>=8.1.0
tencentcloud-sdk-python>=3.0.1098
texttable>=1.7.0
twilio>=8.10.2
twilio>=8.13.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
'stomp.py>=8.1.0',
'tencentcloud-sdk-python>=3.0.1098',
'texttable>=1.7.0',
'twilio>=9.0.0',
'twilio>=8.13.0',
]
)

0 comments on commit 74d8e63

Please sign in to comment.