Skip to content

Commit 6a0816f

Browse files
Bump mypy from 1.14.1 to 1.15.0 (#2032)
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a08960 commit 6a0816f

File tree

2 files changed

+36
-42
lines changed

2 files changed

+36
-42
lines changed

poetry.lock

Lines changed: 35 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ python = "^3.10"
5555
typing-extensions = ">=4.0,<5.0"
5656
pytest = { version = "^8.0", optional = true }
5757
hypothesis = { version = "^6.122", optional = true }
58-
mypy = { version = ">=1.12,<1.15", optional = true }
58+
mypy = { version = ">=1.12,<1.16", optional = true }
5959

6060
[tool.poetry.group.dev.dependencies]
6161
anyio = "^4.3"

0 commit comments

Comments
 (0)