forked from bentekkie/ha-generac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/pip/pip-d89c6a6933
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
pip==23.3.2 | ||
pre-commit==3.6.0 | ||
black==23.12.1 | ||
pip==24.0 | ||
pre-commit==3.7.0 | ||
black==24.4.0 | ||
flake8==7.0.0 | ||
reorder-python-imports==3.12.0 | ||
beautifulsoup4==4.12.3 | ||
dacite==1.8.1 | ||
pipreqs==0.4.13 | ||
pipreqs==0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Run Labeler | ||
uses: crazy-max/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ jobs: | |
name: Pre-commit | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
|
||
|
@@ -44,7 +44,7 @@ jobs: | |
name: HACS | ||
steps: | ||
- name: Check out the repository | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
|
||
- name: HACS validation | ||
uses: "hacs/action@main" | ||
|
@@ -57,7 +57,7 @@ jobs: | |
name: Hassfest | ||
steps: | ||
- name: Check out the repository | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
|
||
- name: Hassfest validation | ||
uses: "home-assistant/actions/hassfest@master" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
aiohttp==3.9.4 | ||
aiohttp==3.9.5 | ||
beautifulsoup4==4.12.3 | ||
dacite==1.8.1 | ||
homeassistant==2024.1.3 | ||
voluptuous==0.14.1 | ||
pre-commit==3.6.0 | ||
homeassistant==2024.4.3 | ||
voluptuous==0.14.2 | ||
pre-commit==3.7.0 | ||
reorder-python-imports==3.12.0 |