diff --git a/CHANGELOG.md b/CHANGELOG.md index bf02f560..e95ce728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - [IRIS] Fix issue with document with nested json inside. See [#1348](https://github.com/jertel/elastalert2/discussions/1348) - [#1352](https://github.com/jertel/elastalert2/pull/1352) - @malinkinsa - [Docs] Clarify `jinja_template_path` documentation - [20a05f9](https://github.com/jertel/elastalert2/commit/20a05f995f566f8719d6e4bf7b8a3977c7ab9e23) - @jertel - Add support for Kibana 8.12 for Kibana Discover - [#1364](https://github.com/jertel/elastalert2/pull/1364) - @nsano-rururu +- Upgrade pylint 3.0.2 to 3.0.3, pytest 7.4.3 to 8.0.0, sphinx_rtd_theme 1.3.0 to 2.0.0, tox 4.11.3 to 4.12.1 - [#1365](https://github.com/jertel/elastalert2/pull/1365) - @nsano-rururu # 2.15.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ef3f883..c560c344 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,11 +2,11 @@ flake8 flake8-absolute-import pre-commit -pylint==3.0.2 -pytest==7.4.3 +pylint==3.0.3 +pytest==8.0.0 pytest-cov==4.1.0 pytest-xdist==3.5.0 setuptools sphinx==7.2.6 -sphinx_rtd_theme==1.3.0 -tox==4.11.3 +sphinx_rtd_theme==2.0.0 +tox==4.12.1