Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent f304bc8 commit 89e1421
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
61 changes: 31 additions & 30 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 @@ -42,7 +42,7 @@ fastapi-crudrouter=['fastapi-crudrouter']
pytest = "^7.2.0"
coverage = {extras = ["toml"], version = ">=6.5,<8.0"}
safety = ">=2.3.1,<4.0.0"
mypy = ">=0.991,<1.5"
mypy = ">=0.991,<1.11"
xdoctest = {extras = ["colors"], version = "^1.1.0"}
sphinx = ">=4.3.2,<8.0.0"
sphinx-autobuild = ">=2021.3.14"
Expand Down

0 comments on commit 89e1421

Please sign in to comment.