Files
opensearch-pyd/dev-requirements.txt
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>dependabot[bot] <dependabot[bot]@users.noreply.github.com>
83be2cd0e7 Update sphinx requirement from <1.7 to <6.3 (#374)
* 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] <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>
2023-04-24 10:34:10 -07:00

25 lines
440 B
Plaintext

requests>=2, <3
pytest
pytest-cov
coverage
mock
sphinx<6.3
sphinx_rtd_theme
jinja2
# No wheels for Python 3.10 yet!
numpy; python_version<"3.10"
pandas; python_version<"3.10"
pyyaml>=5.4; python_version>="3.6"
pyyaml==5.3.1; python_version<"3.6"
isort
black; python_version>="3.6"
twine
# Requirements for testing [async] extra
aiohttp; python_version>="3.6"
pytest-asyncio<=0.21.0; python_version>="3.6"
unasync; python_version>="3.6"