From 4c86c6f72cbaa224143617a6926b8aebdcd5f381 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Sun, 12 Mar 2023 02:17:13 +0900 Subject: [PATCH 1/2] Update pytest, pylint, pytest-xdist, sphinx, tox pytest 7.2.0 to 7.2.2 pylint 2.15.5 to 2.17.0 pytest-xdist 3.1.0 to 3.2.0 sphinx 5.3.0 to 6.1.3 tox 3.27.1 to 3.28.0 --- requirements-dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b80d79b..70d9ef83 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,11 +3,11 @@ flake8 flake8-absolute-import m2r2 pre-commit -pylint==2.15.8 -pytest==7.2.0 +pylint==2.17.0 +pytest==7.2.2 pytest-cov==4.0.0 -pytest-xdist==3.1.0 +pytest-xdist==3.2.0 setuptools -sphinx==5.3.0 +sphinx==6.1.3 sphinx_rtd_theme -tox==3.27.1 +tox==3.28.0 From 542846e7ed76680ce22638683c38ea63300ceef9 Mon Sep 17 00:00:00 2001 From: nsano-rururu Date: Sun, 12 Mar 2023 02:22:17 +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 ce01ee66..0e2a06e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Other changes - Corrected alert bug when both top_count_keys and query_key are specified in a rule - [#1128](https://github.com/jertel/elastalert2/pull/1128) - @jertel - Fixed docker-compose detection logic from recent PR - [#1128](https://github.com/jertel/elastalert2/pull/1128) - @jertel + Upgrade pylint 2.15.5 to 2.17.0, pytest 7.2.0 to 7.2.2, pytest-xdist 3.1.0 to 3.2.0, sphinx 5.3.0 to 6.1.3, tox 3.27.1 to 3.28.0 - [#1131](https://github.com/jertel/elastalert2/pull/1131) - @nsano-rururu # 2.10.0