Skip to content

Commit

Permalink
Merge pull request #1278 from nsano-rururu/update_requirements_dev
Browse files Browse the repository at this point in the history
Update requirements-dev.txt
  • Loading branch information
jertel authored Sep 24, 2023
2 parents d03ec2d + 3133c62 commit 6bcdd1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Helm] Expose minReadySeconds parameter to assist in detecting failed deployments - [#1243](https://github.com/jertel/elastalert2/pull/1243) - @alexku7
- [Helm] Fix commonLabels indentation for the deployment template - [#1250](https://github.com/jertel/elastalert2/pull/1250) - @dan-duffy
- Add support for Kibana 8.10 for Kibana Discover - [#1277](https://github.com/jertel/elastalert2/pull/1277) - @nsano-rururu
- Upgrade pylint 2.17.4 to 2.17.5, pytest 7.3.1 to 7.4.2, sphinx 6.2.1 to 7.2.6, sphinx_rtd_theme 1.2.2 to 1.3.0 - [#1278](https://github.com/jertel/elastalert2/pull/1278) - @nsano-rururu

# 2.13.2

Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ flake8
flake8-absolute-import
m2r2
pre-commit
pylint==2.17.4
pytest==7.3.1
pylint==2.17.5
pytest==7.4.2
pytest-cov==4.1.0
pytest-xdist==3.3.1
setuptools
sphinx==6.2.1
sphinx_rtd_theme==1.2.2
tox==4.6.0
sphinx==7.2.6
sphinx_rtd_theme==1.3.0
tox==4.11.3

0 comments on commit 6bcdd1e

Please sign in to comment.