Skip to content

Commit

Permalink
Merge pull request #1550 from nsano-rururu/update_library_dev
Browse files Browse the repository at this point in the history
update requirement-dev.txt
  • Loading branch information
jertel authored Oct 9, 2024
2 parents 1603ee5 + 3c93b07 commit 3f9f79e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f9f79e

Please sign in to comment.