Skip to content

Commit d7a8272

Browse files
build(deps): bump mypy from 0.930 to 0.931 (pydantic#3656)
Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.930...v0.931) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9967f0e commit d7a8272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-linting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ flake8==4.0.1
33
flake8-quotes==3.3.1
44
hypothesis==6.31.6
55
isort==5.10.1
6-
mypy==0.930
6+
mypy==0.931
77
pre-commit==2.17.0
88
pycodestyle==2.8.0
99
pyflakes==2.4.0

tests/requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage==6.3.2
22
hypothesis==6.31.6
33
# pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8
44
importlib-metadata==3.1.0;python_version<"3.8"
5-
mypy==0.930
5+
mypy==0.931
66
pytest==6.2.5
77
pytest-cov==3.0.0
88
pytest-mock==3.6.1

0 commit comments

Comments
 (0)