Skip to content

Commit

Permalink
Merge remote-tracking branch 'blueprint/dev' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	requirements-dev.txt
#	requirements-test.txt
  • Loading branch information
Limych committed Mar 27, 2024
2 parents 2382158 + 7ca9486 commit f38e9aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: "Release"
if: env.release_version != '' && success()
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ env.basedir }}/${{ env.package }}.zip

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~=24.2
packaging~=23.2
pre-commit~=3.6
PyGithub~=2.2
black~=24.3
packaging~=24.0
pre-commit~=3.7
PyGithub~=2.3
pyupgrade~=3.15
yamllint~=1.33
yamllint~=1.35
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-r requirements.txt
colorlog~=6.7
colorlog~=6.8
flake8~=7.0
flake8-docstrings~=1.7
fnv-hash-fast~=0.4
mypy~=1.8
mypy~=1.9
psutil-home-assistant==0.0.1
pylint~=3.0
pylint~=3.1
pylint-strict-informational==0.1
pytest>=7.2
pytest-cov>=3.0
pytest-homeassistant-custom-component>=0.12
pytest-asyncio>=0.20
tzdata
ruff~=0.1
ruff~=0.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
homeassistant>=2023.8.0
pip>=21.0,<23.2
pip>=21.0

0 comments on commit f38e9aa

Please sign in to comment.