Skip to content

Commit

Permalink
Merge pull request #27 from bj00rn/chore/fix-urllib-issue
Browse files Browse the repository at this point in the history
chore: fix problems with urllib in devcontainer
  • Loading branch information
bj00rn authored Dec 8, 2023
2 parents cd2142a + 78bc26e commit 072343d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"portsAttributes": {
"8123": {
"label": "Home Assistant",
"onAutoForward": "notify"
"onAutoForward": "openBrowserOnce"
}
},
"containerEnv": {
Expand Down
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements_test.txt
homeassistant==2023.9.0
pre-commit
# https://github.com/home-assistant/core/issues/95192
urllib3>=1.26.5,<2

0 comments on commit 072343d

Please sign in to comment.