Skip to content

Commit

Permalink
Merge branch 'XKNX:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherd authored Jul 19, 2023
2 parents eb2dcc8 + 4e62b68 commit 5b10de7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repos:
- tomli
exclude_types: [csv, json]
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args:
Expand All @@ -33,7 +33,7 @@ repos:
- --resolve-all-configs
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.272'
rev: 'v0.0.278'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
2 changes: 1 addition & 1 deletion requirements_production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography==41.0.1
cryptography==41.0.2
pyzipper==0.3.6
2 changes: 1 addition & 1 deletion requirements_testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pylint==2.17.4
pytest==7.4.0
pytest-cov==4.1.0
pytest-icdiff==0.6
ruff==0.0.277
ruff==0.0.278
setuptools==68.0.0
tox==4.6.4
mypy==1.4.1

0 comments on commit 5b10de7

Please sign in to comment.