Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/bumpver-2023.1129
Browse files Browse the repository at this point in the history
  • Loading branch information
sHedC authored Jan 3, 2024
2 parents d4ed2e3 + 96a0a46 commit 8c41d9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up Python"
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/checkout@v4"
- name: Setup Python
uses: "actions/setup-python@v4"
uses: "actions/setup-python@v5"
with:
python-version: "3.11"
- name: Install requirements
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=21.0,<23.3
bumpver==2023.1129
pip>=21.0,<23.4
colorlog==6.7.0
ruff==0.0.291
ruff==0.1.11
chardet==5.2.0
homeassistant==2023.6.1
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=21.0,<23.3
bumpver==2023.1129
pip>=21.0,<23.4
colorlog==6.7.0
ruff==0.0.291
ruff==0.1.11
chardet==5.2.0
pytest-homeassistant-custom-component==0.13.59

0 comments on commit 8c41d9e

Please sign in to comment.