Skip to content

Commit

Permalink
Merge pull request #1194 from nsano-rururu/update_pylint_pytest_cov_x…
Browse files Browse the repository at this point in the history
…dist_shinx

Update pylint, pytest, pytest-cov, pytest-xdist, sphinx
  • Loading branch information
jertel committed Jun 7, 2023
2 parents af24e21 + 0d99b29 commit d84aca4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## Other changes
- Add support for Kibana 8.8 for Kibana Discover - [#1184](https://github.com/jertel/elastalert2/pull/1184) - @nsano-rururu
- Upgrade pylint 2.17.0 to 2.17.4, pytest 7.2.2 to 7.3.1, pytest-xdist 3.2.0 to 3.3.1, sphinx 6.1.3 to 6.2.1, sphinx_rtd_theme == 1.2.2 - [#1194](https://github.com/jertel/elastalert2/pull/1194) - @nsano-rururu

# 2.11.0

Expand Down
12 changes: 6 additions & 6 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.0
pytest==7.2.2
pytest-cov==4.0.0
pytest-xdist==3.2.0
pylint==2.17.4
pytest==7.3.1
pytest-cov==4.1.0
pytest-xdist==3.3.1
setuptools
sphinx==6.1.3
sphinx_rtd_theme
sphinx==6.2.1
sphinx_rtd_theme==1.2.2
tox==3.28.0

0 comments on commit d84aca4

Please sign in to comment.