Skip to content

Commit

Permalink
Merge remote-tracking branch 'blueprint/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 1, 2023
2 parents 864c48b + c4189d7 commit ec357f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/py-dead-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- run: |
echo "package=$(ls -F | grep \/$ | grep -v "bin\|examples\|tests" | sed -n "s/\///g;1p")" >> $GITHUB_ENV
echo "package=$(ls -F | grep \/$ | grep -v "scripts\|examples\|tests\|config" | sed -n "s/\///g;1p")" >> $GITHUB_ENV
- name: "Set up Python"
uses: actions/setup-python@v4
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements-test.txt
black==23.1.0
packaging==23.0
pre-commit~=3.0
PyGithub~=1.57
pyupgrade~=3.3
black==23.9.1
packaging==23.1
pre-commit~=3.4
PyGithub~=2.1
pyupgrade~=3.13
yamllint~=1.32
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r requirements.txt
flake8~=6.1
flake8-docstrings~=1.7
mypy==1.0.0
pylint~=2.15
mypy==1.5.1
pylint~=2.17
pylint-strict-informational==0.1
pytest>=7.2
pytest-cov~=4.1
pytest-cov>=3.0
pytest-homeassistant-custom-component>=0.12
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.7.0
homeassistant>=2023.1.0
pip>=21.0,<23.2
ruff==0.0.267
pip>=21.0,<23.3
ruff==0.0.291

0 comments on commit ec357f5

Please sign in to comment.