Skip to content

Commit

Permalink
Merge pull request #305 from yaleman/dependabot/pip/ruff-gte-0.5.1-an…
Browse files Browse the repository at this point in the history
…d-lt-0.7.2

Update ruff requirement from >=0.5.1,<0.7.1 to >=0.5.1,<0.7.2
  • Loading branch information
yaleman authored Oct 26, 2024
2 parents c94df86 + 2efe32a commit d8942cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repository = "https://github.com/yaleman/pygoodwe"
"bug tracker" = "https://github.com/yaleman/pygoodwe/issues"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.5.1,<0.7.1"
ruff = ">=0.5.1,<0.7.2"
types-requests = "^2.28.11"
pytest = ">=7.1.3,<9.0.0"
mypy = "^1.0"
Expand Down

0 comments on commit d8942cc

Please sign in to comment.