Files
pydantic/tests/requirements-testing.txt
T
Eric Jolibois 8ef492b85f build(deps): bump mypy from 0.920 to 0.930 (#3573)
* build(deps): bump mypy from 0.920 to 0.930

* fix: avoid mypy plugin crash

Due to https://github.com/python/mypy/pull/11332, mypy would crash
because `__builtins__` is not part of `ctx.api` modules, `builtins` is

* fix tests
2021-12-29 16:51:35 +00:00

10 lines
256 B
Plaintext

coverage==6.2
hypothesis==6.31.6
# 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.930
pytest==6.2.5
pytest-cov==3.0.0
pytest-mock==3.6.1
pytest-sugar==0.9.4