Skip to content

Commit

Permalink
CodeSpaceUpdates
Browse files Browse the repository at this point in the history
Update to Python 3.11
Manually require update urllib3
  • Loading branch information
njobrien committed Oct 6, 2023
1 parent 5121f27 commit 9c27481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "njobrien1006/hass_traeger",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye",
//Change Me for different CodeSpace Python Version
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
colorlog==6.7.0
homeassistant>=2023.2.0
pip>=21.0,<23.2
paho.mqtt==1.6.1
pip>=21.0
paho.mqtt==1.6.1
urllib3>=2.0.3

0 comments on commit 9c27481

Please sign in to comment.