Skip to content

Commit 6704b06

Browse files
build(deps): bump mypy from 1.5.1 to 1.8.0
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.5.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d4ea71 commit 6704b06

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

poetry.lock

+30-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _ = "returns.contrib.hypothesis._entrypoint"
4949
python = ">= 3.8.1,<4.0"
5050

5151
typing-extensions = ">=4.0,<5.0"
52-
mypy = { version = ">=1.5,<1.6", optional = true }
52+
mypy = { version = ">=1.5,<1.9", optional = true }
5353

5454
[tool.poetry.dev-dependencies]
5555
anyio = "^4.2"

0 commit comments

Comments
 (0)