Skip to content

Commit

Permalink
Merge pull request #1365 from nsano-rururu/update_requirements_dev_txt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jertel authored Jan 29, 2024
2 parents 0191544 + 3fdc952 commit 23333bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 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.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

0 comments on commit 23333bf

Please sign in to comment.