Skip to content

Commit

Permalink
Bump ruff from 0.5.6 to 0.6.1 (#250)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.5.6 to 0.6.1
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 60a0b32 commit 18ebbd7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ -46,7 +46,7 @@ build-backend = "poetry.core.masonry.api"
mypy = "^1.4.1"
pre-commit = "^3.3.3"
pymarkdownlnt = "^0.9.12"
ruff = ">=0.5.1,<0.6.0"
ruff = ">=0.5.1,<0.7.0"

# task runner
poethepoet = ">=0.24.1,<0.28.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ regex==2023.12.25 ; python_version >= "3.9" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
rtoml==0.11.0 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.5.6 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
setuptools==70.0.0 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
termcolor==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 18ebbd7

Please sign in to comment.