From 0d6c76425d9073b542de958cddda74314b5df3e4 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Thu, 10 Feb 2022 20:55:54 +0900 Subject: [PATCH 1/2] python-dateutil version specification change --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 392cfdad..10e82eef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index cbd7d4ed..c844ff43 100644 --- a/setup.py +++ b/setup.py @@ -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', From 80ed9c216cfafe96f67210726db9c5c8385cb777 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Thu, 10 Feb 2022 21:03:20 +0900 Subject: [PATCH 2/2] Update ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c1f2af..80ce3285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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