Skip to content

Commit

Permalink
Merge pull request #1493 from TeoZosa/dependabot/pip/mypy-1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
2 parents 42b2273 + 6c7d07b commit 6ed037a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 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
Expand Up @@ -49,7 +49,7 @@ typer = {extras = ["all"], version = "^0.9.0"}

[tool.poetry.group.dev.dependencies]
# Type Checking and Data Validation
mypy = "^1.8" # Static type checker
mypy = "^1.9" # Static type checker

# Testing
pytest = "^8.1.1"
Expand Down

0 comments on commit 6ed037a

Please sign in to comment.