Skip to content

Commit

Permalink
update ruff to 0.259
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 24, 2023
1 parent 60ba290 commit e15e1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ distlib==0.3.6
# via virtualenv
feedparser==6.0.10
# via appdaemon (pyproject.toml)
filelock==3.10.0
filelock==3.10.3
# via virtualenv
flake8==6.0.0
# via appdaemon (pyproject.toml)
Expand Down Expand Up @@ -126,7 +126,7 @@ pyyaml==6.0
# pre-commit
requests==2.28.2
# via appdaemon (pyproject.toml)
ruff==0.0.257
ruff==0.0.259
# 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,< 3.3.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest ~= 7.2.1",
"ruff ~= 0.0.256"
"ruff~= 0.0.259"
]

# Dependencies required to build the documentation using sphinx
Expand Down

0 comments on commit e15e1bf

Please sign in to comment.