-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ readme = "README.md" | |
python = "^3.8" | ||
zeroconf = "^0.28.8" | ||
homeassistant = "^2021.3.4" | ||
glocaltokens = "0.2.7" | ||
glocaltokens = "0.2.8" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
KapJI
Collaborator
|
||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^20.8b1" | ||
|
3 comments
on commit 6c0ffad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leikoilja can you please try to use PR unless necessary?
Changes like this can easily break master if you forget to update poetry.lock
, it's better to run CI first π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hahaha I was waiting for the remark like that one day π
But you are right, pushing to master
is not a good habit, I'll stick to PRs π π―
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! π
This technically should be taken care by dependabot from now on, right @KapJI? π€