Skip to content

Commit

Permalink
Bump mypy from 0.950 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.950 to 1.4.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v0.950...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Dekker1 committed Nov 21, 2023
1 parent d199f17 commit 2d21abe
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
60 changes: 32 additions & 28 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
Expand Up @@ -51,7 +51,7 @@ numpy = { version = "^1.22.4", python = ">=3.8,<3.11" }
[tool.poetry.group.test]
optional = true
[tool.poetry.group.test.dependencies]
mypy = "^0.950"
mypy = ">=0.950,<1.5"
types-dataclasses = "^0.6.5"
types-setuptools = "^65.3.0"
# Testing Framework
Expand Down

0 comments on commit 2d21abe

Please sign in to comment.