mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
3496a473c7
* build(deps): bump to pytest 6.2.1, pytest-mock 3.4.0, mkdocs-material 6.1.7 and codecov-action v1.0.15 replaces #2199, #2180 and #2164 * fix: yield_fixture is deprecated * chore: add dotenv in optional deps
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
coverage==5.3
|
|
# 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.790
|
|
pytest==6.2.1
|
|
pytest-cov==2.10.1
|
|
pytest-mock==3.4.0
|
|
pytest-sugar==0.9.4
|