mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
3e9cd71325
* build(deps): bump mypy from 0.942 to 0.950 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.942...v0.950) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ignore ChainMap type Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Colvin <s@muelcolvin.com>
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
coverage==6.3.2
|
|
hypothesis==6.46.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.950
|
|
pytest==7.1.2
|
|
pytest-cov==3.0.0
|
|
pytest-mock==3.7.0
|
|
pytest-sugar==0.9.4
|