Skip to content

Commit 7d35120

Browse files
Bump mypy from 1.17.1 to 1.18.2
Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc63e08 commit 7d35120

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

poetry.lock

Lines changed: 40 additions & 40 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
@@ -52,7 +52,7 @@ python = "^3.10"
5252
typing-extensions = ">=4.0,<5.0"
5353
pytest = { version = "^8.0", optional = true }
5454
hypothesis = { version = "^6.136", optional = true }
55-
mypy = { version = ">=1.12,<1.18", optional = true }
55+
mypy = { version = ">=1.12,<1.19", optional = true }
5656

5757
[tool.poetry.group.dev.dependencies]
5858
anyio = "^4.3"

0 commit comments

Comments
 (0)