Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump mypy from 1.5.1 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.7.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.5.1...v1.7.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 18, 2023

Verified

This commit was signed with the committer’s verified signature.
achingbrain Alex Potsides
1 parent 70f47e6 commit b897cd3
Showing 2 changed files with 31 additions and 30 deletions.
59 changes: 30 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ _ = "returns.contrib.hypothesis._entrypoint"
python = ">= 3.8.1,<4.0"

typing-extensions = ">=4.0,<5.0"
mypy = { version = ">=1.5,<1.6", optional = true }
mypy = { version = ">=1.5,<1.8", optional = true }

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

0 comments on commit b897cd3

Please sign in to comment.