Files
opensearch-pyd/dev-requirements.txt
T
dependabot[bot] 33c2060f6b Update pytest-asyncio requirement from <=0.23.2 to <=0.23.3 (#642)
* Update pytest-asyncio requirement from <=0.23.2 to <=0.23.3

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.1.1...v0.23.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  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-01-08 11:37:45 -05:00

26 lines
304 B
Plaintext

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