Skip to content

Commit

Permalink
bump python version in devcontainer to 3.12 (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruysberghs authored Aug 17, 2024
1 parent 36dd046 commit 901a19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lbbrhzn/ocpp",
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"onCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down Expand Up @@ -38,4 +38,4 @@
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ocpp==1.0.0
websockets==12.0
jsonschema==4.23.0
pre-commit
pytest-homeassistant-custom-component==0.13.144
pytest-homeassistant-custom-component==0.13.148
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 901a19b

Please sign in to comment.