Files
opensearch-pyd/dev-requirements.txt
T
dependabot[bot] 083d5229a1 Update sphinx requirement from <7.3 to <7.4 (#729)
* Update sphinx requirement from <7.3 to <7.4

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.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v7.3.7)

---
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>
2024-04-22 10:36:44 -07:00

28 lines
341 B
Plaintext

requests>=2, <3
pytest
pytest-cov
coverage
mock
sphinx<7.4
sphinx_rtd_theme
jinja2
pytz
deepmerge
Events
setuptools
# No wheels for Python 3.10 yet!
numpy; python_version<"3.10"
pandas; python_version<"3.10"
pyyaml>=5.4
isort
black>=24.3.0
twine
# Requirements for testing [async] extra
aiohttp>=3.9.2, <4
pytest-asyncio<=0.23.6
unasync