Skip to content

Commit

Permalink
chore(deps): Update dependency ruff to ^0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 15, 2024
1 parent 5d6f276 commit d4a211a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
39 changes: 20 additions & 19 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 @@ -4,7 +4,7 @@

[tool.poetry]
name = "pkw-tracking-bot"
version = "0.1.3"
version = "0.1.4"
description = "A Discord bot to track Parkour Warrior Dojo times from MCC Island."
authors = ["osfanbuff63 <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ tomlkit = "^0.12.3"

[tool.poetry.group.dev.dependencies]
mypy = "^1.7.1"
ruff = "^0.4.0"
ruff = "^0.6.0"

[tool.poetry.scripts]
pkw-tracking-bot = "pkw_tracking_bot:run"
Expand Down

0 comments on commit d4a211a

Please sign in to comment.