Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Dec 23, 2023
1 parent 15ca339 commit dc2126e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
args:
Expand All @@ -12,7 +12,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
args:
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ black==23.11.0
codespell==2.2.6
coverage>=7.3.1
fnv-hash-fast>=0.5.0
mypy==1.7.1
mypy==1.8.0
pre-commit==3.6.0
psutil-home-assistant>=0.0.1
pytest>=7.4.3
pytest-asyncio>=0.21.0
pytest-homeassistant-custom-component>=0.13.82
ruff==0.1.8
ruff==0.1.9
tomli==2.0.1
tox==4.11.4

0 comments on commit dc2126e

Please sign in to comment.