From 896bc7d09207ea1c7d8abd19d766e4372207942c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 03:57:35 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <1.7 to <6.3 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](https://github.com/sphinx-doc/sphinx/compare/0.1.61611...v6.2.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 171bc2c2..a2e0bd32 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ pytest pytest-cov coverage mock -sphinx<1.7 +sphinx<6.3 sphinx_rtd_theme jinja2 From 5fc9afa337b3d4e4997fe7e827918c8443bf064e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Apr 2023 03:58:17 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3848e1..722f4a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security - Fixed CVE-2022-23491 reported in opensearch-dsl-py ([#295](https://github.com/opensearch-project/opensearch-py/pull/295)) - Update ci workflows ([#318](https://github.com/opensearch-project/opensearch-py/pull/318)) +### Dependencies +- Bumps `sphinx` from <1.7 to <6.3 ## [2.2.0] ### Added @@ -78,4 +80,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [2.0.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.0.0...v2.0.1 [2.1.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.0.1...v2.1.0 [2.1.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.0...v2.1.1 -[2.2.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.1...v2.2.0 +[2.2.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.1...v2.2.0 \ No newline at end of file