Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-d89c6a6933
Browse files Browse the repository at this point in the history
  • Loading branch information
binarydev authored Jun 26, 2024
2 parents a82a8ae + f27a866 commit 97b84f2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/constraints.txt
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
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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"
Expand All @@ -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"
8 changes: 4 additions & 4 deletions requirements.txt
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

0 comments on commit 97b84f2

Please sign in to comment.