Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-gte-21.0-and-lt-24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MTrab authored Feb 6, 2024
2 parents e327e53 + 521e370 commit 1c1db11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Create Release
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v6
with:
disable-releaser: github.ref != 'refs/heads/main'
env:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.8.2
homeassistant==2023.12.4
pip>=21.0,<24.1
ruff==0.1.14
pip>=21.0,<23.4
ruff==0.2.1

0 comments on commit 1c1db11

Please sign in to comment.