Skip to content

Commit

Permalink
build(deps): update dependency mypy to ~=1.13.0 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 1d553b3 commit 2b688bb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.10"
[project.optional-dependencies]
lint = ["yamllint~=1.34"]
types = [
"mypy[reports]~=1.11.0",
"mypy[reports]~=1.13.0",
"pyright==1.1.390",
"types-Pygments",
"types-colorama",
Expand Down Expand Up @@ -57,7 +57,7 @@ dev-dependencies = [
"pytest-cov~=5.0",
"pytest-mock~=3.12",
"yamllint~=1.34",
"mypy[reports]~=1.11.0",
"mypy[reports]~=1.13.0",
"pyright==1.1.390",
"types-Pygments",
"types-colorama",
Expand Down
49 changes: 27 additions & 22 deletions uv.lock

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

0 comments on commit 2b688bb

Please sign in to comment.