Skip to content

Commit

Permalink
Merge pull request #705 from nsano-rururu/update_requirements_txt_set…
Browse files Browse the repository at this point in the history
…up_py

Update requirements.txt and setup.py
  • Loading branch information
jertel authored Feb 11, 2022
2 parents 3019a8d + 4b877b6 commit 883f58b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [Exotel] Added exotel_message_body to schema.yaml - [#685](https://github.com/jertel/elastalert2/pull/685) - @nsano-rururu
- Pytest 6.2.5 to 7.0.0 - [#696](https://github.com/jertel/elastalert2/pull/696) - @nsano-rururu
- python-dateutil version specification change - [#704](https://github.com/jertel/elastalert2/pull/704) - @nsano-rururu
- Update minimum versions for third-party dependencies in requirements.txt and setup.py - [#705](https://github.com/jertel/elastalert2/pull/705) - @nsano-rururu

# 2.3.0

Expand Down
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
apscheduler>=3.3.0,<4.0
aws-requests-auth>=0.3.0
sortedcontainers>=2.2.2
boto3>=1.4.4
cffi>=1.11.5
croniter>=0.3.16
apscheduler>=3.8.1,<4.0
aws-requests-auth>=0.4.3
sortedcontainers>=2.4.0
boto3>=1.20.53
cffi>=1.15.0
croniter>=1.2.0
elasticsearch==7.0.0
envparse>=0.2.0
exotel>=0.1.3
exotel>=0.1.5
Jinja2==3.0.3
jira>=2.0.0
jsonschema>=3.0.2
prison>=0.1.2
prometheus_client>=0.10.1
py-zabbix>=1.1.3
jira>=3.1.1
jsonschema>=4.4.0
prison>=0.2.1
prometheus_client>=0.13.1
py-zabbix>=1.1.7
python-dateutil>=2.8.2
PyYAML>=5.1
requests>=2.10.0
stomp.py>=4.1.17
texttable>=0.8.8
PyYAML>=6.0
requests>=2.27.1
stomp.py>=8.0.0
texttable>=1.6.4
statsd-tags==3.2.1.post1
twilio>=6.0.0,<6.58
tencentcloud-sdk-python>=3.0.484
jsonpointer>=2.1
twilio==6.57.0
tencentcloud-sdk-python>=3.0.577
jsonpointer>=2.2
tzlocal==2.1
38 changes: 19 additions & 19 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
packages=find_packages(),
package_data={'elastalert': ['schema.yaml', 'es_mappings/**/*.json']},
install_requires=[
'apscheduler>=3.3.0,<4.0',
'aws-requests-auth>=0.3.0',
'sortedcontainers>=2.2.2',
'boto3>=1.4.4',
'croniter>=0.3.16',
'apscheduler>=3.8.1,<4.0',
'aws-requests-auth>=0.4.3',
'sortedcontainers>=2.4.0',
'boto3>=1.20.53',
'croniter>=1.2.0',
'elasticsearch==7.0.0',
'envparse>=0.2.0',
'exotel>=0.1.3',
'jira>=2.0.0',
'exotel>=0.1.5',
'jira>=3.1.1',
'Jinja2==3.0.3',
'jsonschema>=3.0.2',
'prison>=0.1.2',
'prometheus_client>=0.10.1',
'py-zabbix>=1.1.3',
'jsonschema>=4.4.0',
'prison>=0.2.1',
'prometheus_client>=0.13.1',
'py-zabbix>=1.1.7',
'python-dateutil>=2.8.2',
'PyYAML>=5.1',
'requests>=2.10.0',
'stomp.py>=4.1.17',
'texttable>=0.8.8',
'twilio>=6.0.0,<6.58',
'cffi>=1.11.5',
'PyYAML>=6.0',
'requests>=2.27.1',
'stomp.py>=8.0.0',
'texttable>=1.6.4',
'twilio==6.57.0',
'cffi>=1.15.0',
'statsd-tags==3.2.1.post1',
'tencentcloud-sdk-python>=3.0.484',
'jsonpointer>=2.1',
'tencentcloud-sdk-python>=3.0.577',
'jsonpointer>=2.2',
'tzlocal==2.1'
]
)

0 comments on commit 883f58b

Please sign in to comment.