Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/ruff-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored Nov 27, 2024
2 parents 73eb0ce + 304cd1f commit dda1155
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 62 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions custom_components/garmin_connect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/cyberjunky/home-assistant-garmin_connect",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/cyberjunky/home-assistant-garmin_connect/issues",
"requirements": ["garminconnect>=0.2.15", "tzlocal"],
"version": "0.2.19"
"requirements": ["garminconnect>=0.2.22", "tzlocal"],
"version": "0.2.20"
}
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
colorlog==6.8.2
homeassistant==2024.1.0
pip>=21.0,<24.1
pip>=24.1.1,<24.2
ruff==0.5.0
mypy==1.8.0
pre-commit==3.6.0
mypy==1.10.1
pre-commit==3.7.1
pylint==3.0.3
types-cachetools
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pre-commit==3.7.0
pre-commit==3.7.1
vulture==2.11

0 comments on commit dda1155

Please sign in to comment.