Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/dot-github/workflows/flake8-6…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
CJNE authored Oct 29, 2023
2 parents 44689a4 + 2fdd0c4 commit 2477c8c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==23.1.2
pip==23.2.1
pre-commit==3.3.3
black==23.3.0
black==23.9.1
flake8==6.1.0
reorder-python-imports==3.9.0
reorder-python-imports==3.10.0
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true
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.23.0
uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 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/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand All @@ -44,7 +44,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v3.5.3"
uses: "actions/checkout@v4.0.0"

- name: HACS validation
uses: "hacs/[email protected]"
Expand All @@ -57,7 +57,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v3.5.3"
uses: "actions/checkout@v4.0.0"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -66,9 +66,9 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3.5.3"
uses: "actions/checkout@v4.0.0"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.6.1"
uses: "actions/setup-python@v4.7.0"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down
2 changes: 1 addition & 1 deletion custom_components/porscheconnect/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

NAME = "porscheconnect"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.0.15"
VERSION = "0.0.16"
ISSUE_URL = "https://github.com/cjne/ha-porscheconnect/issues"

STARTUP_MESSAGE = f"""
Expand Down
4 changes: 2 additions & 2 deletions custom_components/porscheconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/CJNE/ha-porscheconnect",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/CJNE/ha-porscheconnect/issues",
"requirements": ["pyporscheconnectapi==0.1.3"],
"version": "0.0.15"
"requirements": ["pyporscheconnectapi==0.1.6"],
"version": "0.0.17"
}

0 comments on commit 2477c8c

Please sign in to comment.