Skip to content

Commit 237ce9d

Browse files
Update sphinx requirement from <6.3 to <7.1 (opensearch-project#379)
* Update sphinx requirement from <6.3 to <7.1 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v0.1.61611...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent dafc966 commit 237ce9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2222
- Fixed CVE-2022-23491 reported in opensearch-dsl-py ([#295](https://github.com/opensearch-project/opensearch-py/pull/295))
2323
- Update ci workflows ([#318](https://github.com/opensearch-project/opensearch-py/pull/318))
2424
### Dependencies
25-
- Bumps `sphinx` from <1.7 to <6.3
25+
- Bumps `sphinx` from <1.7 to <7.1
2626

2727
## [2.2.0]
2828
### Added

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest
33
pytest-cov
44
coverage
55
mock
6-
sphinx<6.3
6+
sphinx<7.1
77
sphinx_rtd_theme
88
jinja2
99

0 commit comments

Comments
 (0)