Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 450e031 commit b9ee2f9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ envyaml = ">=1.10.211231"
optional = true

[tool.poetry.group.fmt.dependencies]
ruff = "^0.8.6"
ruff = "^0.9.0"

[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
ruff = "^0.8.6"
ruff = "^0.9.0"
codespell = "^2.1.0"
mypy = "^1.0.0"
pytest-mypy = ">=0.10.3"
Expand Down

0 comments on commit b9ee2f9

Please sign in to comment.