Skip to content

Commit

Permalink
Update requiremenets
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Aug 11, 2024
1 parent 70a6adf commit 1a8db12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6
rev: v0.5.7
hooks:
- id: ruff
args:
Expand Down
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Version 2024.8.2(2024-08-08)
# Version 2024.8.2 (2024-08-08)

- Add ELV-SH-WUA / HmIP-WUA
- Add CED for ELV-SH-WUA / HmIP-WUA

# Version 2024.8.1(2024-08-02)

- Refactor entity path
- Allow undefined generic entities besides CE

# Version 2024.8.0(2024-08-01)
# Version 2024.8.0 (2024-08-01)

- Reduce data load, if only device description is updated

Expand Down
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.6
ruff==0.5.7
yamllint==1.35.1

0 comments on commit 1a8db12

Please sign in to comment.