third_party.pylibs.pylint.src/requirements_test_min.txt
dependabot[bot] 2dc0712f27
Update typing-extensions requirement from ~=4.2 to ~=4.3 (#7123)
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 15:57:40 +02:00

9 lines
219 B
Plaintext

-e .[testutils,spelling]
# astroid dependency is also defined in setup.cfg
astroid==2.11.6 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1
requests