Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 34eb841 commit ccc4291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test = [
]
quality = [
"ruff==0.4.1",
"mypy==1.8.0",
"mypy==1.9.0",
"pre-commit>=3.0.0,<4.0.0",
]
docs = [
Expand All @@ -77,7 +77,7 @@ dev = [
"pytest-pretty>=1.0.0,<2.0.0",
# style
"ruff==0.4.1",
"mypy==1.8.0",
"mypy==1.9.0",
"pre-commit>=3.0.0,<4.0.0",
# docs
"sphinx>=3.0.0,!=3.5.0",
Expand Down

0 comments on commit ccc4291

Please sign in to comment.