Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merget to Update #103

Merged
merged 19 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6e80aef
Update pip requirement from <23.3,>=21.0 to >=21.0,<23.4
dependabot[bot] Nov 13, 2023
d4ed2e3
Bump bumpver from 2023.1126 to 2023.1129
dependabot[bot] Nov 13, 2023
6cbc2db
Bump colorlog from 6.7.0 to 6.8.0
dependabot[bot] Dec 4, 2023
4e3ef6a
Bump actions/setup-python from 4 to 5
dependabot[bot] Dec 11, 2023
df9036f
Merge pull request #90 from sHedC/dependabot/pip/pip-gte-21.0-and-lt-…
sHedC Jan 3, 2024
b8cc850
Bump ruff from 0.0.291 to 0.1.11
dependabot[bot] Jan 3, 2024
d0bc7b1
Merge pull request #102 from sHedC/dependabot/pip/ruff-0.1.11
sHedC Jan 3, 2024
b136f92
Merge branch 'main' into dependabot/github_actions/actions/setup-pyth…
sHedC Jan 3, 2024
96a0a46
Merge pull request #98 from sHedC/dependabot/github_actions/actions/s…
sHedC Jan 3, 2024
8c41d9e
Merge branch 'main' into dependabot/pip/bumpver-2023.1129
sHedC Jan 3, 2024
823cae9
Merge pull request #91 from sHedC/dependabot/pip/bumpver-2023.1129
sHedC Jan 3, 2024
8acd0c5
Merge branch 'main' into dependabot/pip/colorlog-6.8.0
sHedC Jan 3, 2024
48d3acb
Merge pull request #94 from sHedC/dependabot/pip/colorlog-6.8.0
sHedC Jan 3, 2024
fdd3c7e
Fix next version hass
sHedC Jan 3, 2024
c67a24f
Bump pytest-homeassistant-custom-component from 0.13.59 to 0.13.85
dependabot[bot] Jan 3, 2024
1bb39ad
Update to latest hass
sHedC Jan 3, 2024
f441dc3
Merge branch 'main' into dependabot/pip/pytest-homeassistant-custom-c…
sHedC Jan 3, 2024
4179e80
Merge pull request #100 from sHedC/dependabot/pip/pytest-homeassistan…
sHedC Jan 3, 2024
70af9b2
Merge branch 'dev' into main
sHedC Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pip>=21.0,<23.4
bumpver==2023.1129
colorlog==6.7.0
ruff==0.1.1
pip>=21.0,<23.4
colorlog==6.8.0
ruff==0.1.11
chardet==5.2.0
homeassistant==2023.11.2
async-timeout>=4.0.3
homeassistant==2023.12.4
9 changes: 5 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pip>=21.0,<23.4
bumpver==2023.1129
colorlog==6.7.0
ruff==0.1.1
pip>=21.0,<23.4
colorlog==6.8.0
ruff==0.1.11
chardet==5.2.0
pytest-homeassistant-custom-component==0.13.76
async-timeout>=4.0.3
pytest-homeassistant-custom-component==0.13.85
Loading