Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jul 11, 2024
1 parent 96f574c commit 3d219dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

async-upnp-client==0.39.0
hahomematic==2024.6.0
homeassistant==2024.7.0
homeassistant==2024.7.2
mypy==1.10.1
mypy-dev==1.11.0a9
pre-commit==3.7.1
pydevccu==0.1.8
pylint==3.2.5
pytest-homeassistant-custom-component==0.13.144
pytest-homeassistant-custom-component==0.13.146
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bandit==1.7.9
codespell==2.3.0
ruff==0.5.0
ruff==0.5.1
yamllint==1.35.1

0 comments on commit 3d219dd

Please sign in to comment.