Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Jun 15, 2024
1 parent fa36172 commit a3efa2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .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.4.7
rev: v0.4.9
hooks:
- id: ruff
args:
Expand All @@ -18,7 +18,7 @@ repos:
exclude_types: [csv, json]
exclude: ^tests/fixtures/|hahomematic/rega_scripts
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args:
Expand Down
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ freezegun==1.5.1
mypy-dev==1.11.0a5
pip==24.0
pre-commit==3.7.1
pydantic==2.7.2
pydantic==2.7.4
pydevccu==0.1.8
pylint-per-file-ignores==1.3.2
pylint-strict-informational==0.1
pylint==3.2.2
pylint==3.2.3
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-rerunfailures==14.0
pytest-socket==0.7.0
pytest-timeout==2.3.1
pytest==8.2.1
pytest==8.2.2
types-python-slugify==8.0.2.20240310
4 changes: 2 additions & 2 deletions requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bandit==1.7.8
bandit==1.7.9
codespell==2.3.0
ruff==0.4.7
ruff==0.4.9
yamllint==1.35.1

0 comments on commit a3efa2e

Please sign in to comment.