aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-20 23:33:11 +0000
committerGitHub <[email protected]>2026-07-20 23:33:11 +0000
commit28cb8edcbad9c3b032a7c5978941585c89971f0e (patch)
treed757352eadbd6ab7a303e03776d554e93d62ffa6
parentd27e5f4145972990544975a033d03abdd3a5f596 (diff)
downloadedify-dependabot/pip/mypy-2.3.0.tar.xz
edify-dependabot/pip/mypy-2.3.0.zip
chore(deps-dev): bump mypy from 1.13.0 to 2.3.0dependabot/pip/mypy-2.3.0
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 580fa33..36874e9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,7 @@ dev = [
"fastapi>=0.100",
"graphviz>=0.20",
"hypothesis>=6.100",
- "mypy==1.13.0",
+ "mypy==2.3.0",
"pydantic>=2.0",
"pyright==1.1.389",
"pytest>=8.0",