Skip to content

Commit

Permalink
Update sphinx requirement from <8.1 to <8.2 (#832)
Browse files Browse the repository at this point in the history
* Update sphinx requirement from <8.1 to <8.2

Updates the requirements on [sphinx](https:/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https:/sphinx-doc/sphinx/releases)
- [Changelog](https:/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 14, 2024
1 parent 44f712e commit 9dd7bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Dependencies
- Bump `pytest-asyncio` from <=0.23.8 to <=0.24.0 ([#812](https:/opensearch-project/opensearch-py/pull/812))
- Bump `sphinx` from <8.1 to <8.2 ([#832](https:/opensearch-project/opensearch-py/pull/832))

## [2.7.1]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ requests>=2, <3
pytest
pytest-cov
coverage
sphinx<8.1
sphinx<8.2
sphinx_rtd_theme
jinja2
pytz
Expand Down

0 comments on commit 9dd7bf7

Please sign in to comment.