chore(deps): update dependency mypy to v1
Some checks failed
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Renovate Bot 2023-03-08 01:31:12 +00:00
parent f4964a19ea
commit 28043e55ed
2 changed files with 11 additions and 10 deletions

19
poetry.lock generated
View File

@ -120,7 +120,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "coverage"
version = "6.4.2"
version = "7.2.1"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
@ -285,29 +285,30 @@ python-versions = "*"
[[package]]
name = "mypy"
version = "0.971"
version = "1.1.1"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
mypy-extensions = ">=0.4.3"
mypy-extensions = ">=1.0.0"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
typing-extensions = ">=3.10"
[package.extras]
dmypy = ["psutil (>=4.0)"]
install-types = ["pip"]
python2 = ["typed-ast (>=1.4.0,<2)"]
reports = ["lxml"]
[[package]]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
category = "dev"
optional = false
python-versions = "*"
python-versions = ">=3.5"
[[package]]
name = "numpy"
@ -357,7 +358,7 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[package.extras]
testing = ["nose", "coverage"]
testing = ["coverage", "nose"]
[[package]]
name = "platformdirs"
@ -736,7 +737,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8,<3.10"
content-hash = "1e52cabf54af905e05d979683b28779e59690cf38ad4f805dbbf455b19d0a337"
content-hash = "0f075f9b017ee4a0c436f57b0316f05d4b4e88407c720e5d187b5c4b23c4735f"
[metadata.files]
atomicwrites = []

View File

@ -14,7 +14,7 @@ scipy = "1.8.0"
pytest = ">=6"
flake8 = "^4.0.1"
pytest-cov = "^3.0.0"
mypy = "^0.971"
mypy = "^1.1"
python-semantic-release = "^7.24.0"
black = "^22.3.0"