From 53140c2de8a7fd5863038f8ace2c127a16785658 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Wed, 9 Oct 2024 23:37:51 +0900 Subject: [PATCH 1/2] update requirement-dev.txt pylint 3.1.0 to 3.3.1 pytest 8.0.2 to 8.3.3 pytest-cov 4.1.0 to 5.0.0 pytest-xdist 3.5.0 to 3.6.1 sphinx 7.2.6 to 8.0.2 sphinx_rtd_theme 2.0.0 to 3.0.1 tox 4.13.0 to 4.21.2 --- requirements-dev.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b3a8eca..5bcc47a3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,11 +2,11 @@ flake8 flake8-absolute-import pre-commit -pylint==3.1.0 -pytest==8.0.2 -pytest-cov==4.1.0 -pytest-xdist==3.5.0 +pylint==3.3.1 +pytest==8.3.3 +pytest-cov==5.0.0 +pytest-xdist==3.6.1 setuptools -sphinx==7.2.6 -sphinx_rtd_theme==2.0.0 -tox==4.13.0 +sphinx==8.0.2 +sphinx_rtd_theme==3.0.1 +tox==4.21.2 From 3c93b076f14c72fba1f4ea2bb88c9d259cfe0039 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Wed, 9 Oct 2024 23:44:03 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f157d31..a394dcbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - [OpsGenie] Updated configuration schema with missing OpsGenie alerter properties. [#1543](https://github.com/jertel/elastalert2/pull/1543) - @lstyles - [Docs] Add missing documentation of the timestamp_field option - [#1544](https://github.com/jertel/elastalert2/pull/1544) - @apollolv - Add support for Kibana 8.14/8.15 for Kibana Discover - [#1547](https://github.com/jertel/elastalert2/pull/1547) - @nsano-rururu +- Upgrade pylint 3.1.0 to 3.3.1, pytest 8.0.2 to 8.3.3, pytest-cov 4.1.0 to 5.0.0, pytest-xdist 3.5.0 to 3.6.1, sphinx 7.2.6 to 8.0.2, sphinx_rtd_theme 2.0.0 to 3.0.1, tox 4.13.0 to 4.21.2 - [#1550](https://github.com/jertel/elastalert2/pull/1550) - @nsano-rururu # 2.20.0