diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6fbcaf..a7e8a051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ - Upgrade pylint 2.13.3 to 2.13.4 - [#801](https://github.com/jertel/elastalert2/pull/801) - @nsano-rururu - Fix SpikeRule - [#804](https://github.com/jertel/elastalert2/pull/804) - @nsano-rururu - [Kubernetes] Add scanSubdirectories (defaults to true) as an option in Helm Chart - [#805](https://github.com/jertel/elastalert2/pull/805) - @louzadod +- Upgrade pylint 2.13.4 to 2.13.5 - [#808](https://github.com/jertel/elastalert2/pull/808) - @nsano-rururu # 2.4.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 5aaffa64..27c98ff2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flake8 flake8-absolute-import m2r2 pre-commit -pylint==2.13.4 +pylint==2.13.5 pytest==7.1.1 pytest-cov==3.0.0 pytest-xdist==2.5.0