Files
pydantic/tests/requirements-testing.txt
T
dependabot[bot] 22ba2ca21a build(deps): bump hypothesis from 6.3.4 to 6.8.5 (#2624)
* build(deps): bump hypothesis from 6.3.4 to 6.8.4

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.3.4 to 6.8.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.3.4...hypothesis-python-6.8.4)

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

* fix mypy issues

* build(deps): bump hypothesis from 6.8.4 to 6.8.5

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PrettyWood <em.jolibois@gmail.com>
2021-04-05 12:19:17 +02:00

10 lines
256 B
Plaintext

coverage==5.5
hypothesis==6.8.5
# pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8
importlib-metadata==3.1.0;python_version<"3.8"
mypy==0.812
pytest==6.2.3
pytest-cov==2.11.1
pytest-mock==3.5.1
pytest-sugar==0.9.4