Skip to content

Commit

Permalink
Merge pull request #1912 from AppDaemon/dependabot/pip/ruff-0.1.14
Browse files Browse the repository at this point in the history
Bump ruff from 0.0.292 to 0.1.14
  • Loading branch information
acockburn committed Jan 29, 2024
2 parents 0d6b915 + 3cdfdb9 commit 474cc1d
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.1
# pre-commit
requests==2.28.2
# via appdaemon (pyproject.toml)
ruff==0.0.292
ruff==0.1.14
# 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 @@ -59,7 +59,7 @@ dev = [
"black >= 23.1,< 23.4",
'pre-commit >= 3.1.1,< 3.3.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest >= 7.2.1,< 7.4.0",
"ruff~= 0.0.261"
"ruff>= 0.0.261,< 0.2.0"
]

# Dependencies required to build the documentation using sphinx
Expand Down

0 comments on commit 474cc1d

Please sign in to comment.