Skip to content

Commit

Permalink
Merge pull request #704 from nsano-rururu/python_datetutil_update
Browse files Browse the repository at this point in the history
python-dateutil version specification change
  • Loading branch information
jertel authored Feb 10, 2022
2 parents 2d40391 + 80ed9c2 commit 3019a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- [Docs] Fix Running Docker container - [#674](https://github.com/jertel/elastalert2/pull/674) - @nsano-rururu
- [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

# 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jsonschema>=3.0.2
prison>=0.1.2
prometheus_client>=0.10.1
py-zabbix>=1.1.3
python-dateutil>=2.6.0,<2.9.0
python-dateutil>=2.8.2
PyYAML>=5.1
requests>=2.10.0
stomp.py>=4.1.17
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'prison>=0.1.2',
'prometheus_client>=0.10.1',
'py-zabbix>=1.1.3',
'python-dateutil>=2.6.0,<2.9.0',
'python-dateutil>=2.8.2',
'PyYAML>=5.1',
'requests>=2.10.0',
'stomp.py>=4.1.17',
Expand Down

0 comments on commit 3019a8d

Please sign in to comment.