Skip to content

Commit

Permalink
dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Mar 3, 2024
1 parent 6a09a72 commit 9a83306
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 23 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

## Other changes
- [IRIS] Remove empty IOC in alerts that are not accepted by the API - [#1374](https://github.com/jertel/elastalert2/pull/1374) - @yaksnip425
- Upgrade boto3 to 1.34.54 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade croniter to 2.0.2 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade jinja2 to 3.1.3 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade jira to 3.6.0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade jsonschema to 4.21.1 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade prettytable to 3.10.0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade prometheus-client to 0.20.0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade pylint to 3.1.0 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- Upgrade pytest to 8.0.2 - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel
- 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
- Removed explicit tzlocal lib dependency - [#1388](https://github.com/jertel/elastalert2/pull/1388) - @jertel

# 2.16.0

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
flake8
flake8-absolute-import
pre-commit
pylint==3.0.3
pytest==8.0.0
pylint==3.1.0
pytest==8.0.2
pytest-cov==4.1.0
pytest-xdist==3.5.0
setuptools
sphinx==7.2.6
sphinx_rtd_theme==2.0.0
tox==4.12.1
tox==4.13.0
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
apscheduler>=3.10.4,<4.0
aws-requests-auth>=0.4.3
boto3>=1.29.6
boto3>=1.34.54
cffi>=1.16.0
croniter>=2.0.1
croniter>=2.0.2
elasticsearch==7.10.1
envparse>=0.2.0
exotel==0.1.5
Jinja2>=3.1.2
Jinja2>=3.1.3
jira>=3.5.2
jsonpointer>=2.4
jsonschema>=4.20.0
prettytable>=3.9.0
jsonschema>=4.21.1
prettytable>=3.10.0
prison>=0.2.1
prometheus_client>=0.19.0
python-dateutil>=2.8.2
prometheus_client>=0.20.0
python-dateutil>=2.9.0.post0
PyYAML>=6.0.1
py-zabbix>=1.1.7
requests>=2.31.0
sortedcontainers>=2.4.0
statsd-tags==3.2.1.post1
stomp.py>=8.1.0
tencentcloud-sdk-python>=3.0.1038
tencentcloud-sdk-python>=3.0.1098
texttable>=1.7.0
twilio>=8.10.2
tzlocal==2.1
21 changes: 10 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,28 @@
install_requires=[
'apscheduler>=3.10.4,<4.0',
'aws-requests-auth>=0.4.3',
'boto3>=1.29.6',
'boto3>=1.34.54',
'cffi>=1.16.0',
'croniter>=2.0.1',
'croniter>=2.0.2',
'elasticsearch==7.10.1',
'envparse>=0.2.0',
'exotel==0.1.5',
'Jinja2>=3.1.2',
'jira>=3.5.2',
'Jinja2>=3.1.3',
'jira>=3.6.0',
'jsonpointer>=2.4',
'jsonschema>=4.20.0',
'prettytable>=3.9.0',
'jsonschema>=4.21.1',
'prettytable>=3.10.0',
'prison>=0.2.1',
'prometheus_client>=0.19.0',
'python-dateutil>=2.8.2',
'prometheus_client>=0.20.0',
'python-dateutil>=2.9.0.post0',
'PyYAML>=6.0.1',
'py-zabbix>=1.1.7',
'requests>=2.31.0',
'sortedcontainers>=2.4.0',
'statsd-tags==3.2.1.post1',
'stomp.py>=8.1.0',
'tencentcloud-sdk-python>=3.0.1038',
'tencentcloud-sdk-python>=3.0.1098',
'texttable>=1.7.0',
'twilio>=8.10.2',
'tzlocal==2.1'
'twilio>=9.0.0',
]
)

0 comments on commit 9a83306

Please sign in to comment.