Skip to content

Commit

Permalink
Bump ruff to 0.0.256
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 15, 2023
1 parent 835085f commit 7d45e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pyyaml==6.0
# pre-commit
requests==2.28.2
# via appdaemon (pyproject.toml)
ruff==0.0.255
ruff==0.0.256
# via appdaemon (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev = [
"black ~= 23.1.0",
'pre-commit ~= 3.1.1; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest ~= 7.2.1",
"ruff ~= 0.0.255"
"ruff ~= 0.0.256"
]

# Dependencies required to build the documentation using sphinx
Expand Down

0 comments on commit 7d45e4e

Please sign in to comment.