Skip to content

Commit 617049c

Browse files
Bump mypy from 1.15.0 to 1.16.1
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ce9e0f commit 617049c

File tree

2 files changed

+49
-35
lines changed

2 files changed

+49
-35
lines changed

poetry.lock

Lines changed: 48 additions & 34 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
@@ -54,7 +54,7 @@ python = "^3.10"
5454
typing-extensions = ">=4.0,<5.0"
5555
pytest = { version = "^8.0", optional = true }
5656
hypothesis = { version = "^6.122", optional = true }
57-
mypy = { version = ">=1.12,<1.16", optional = true }
57+
mypy = { version = ">=1.12,<1.17", optional = true }
5858

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

0 commit comments

Comments
 (0)