From 901a19b67cf4dfc92d5ed825030005f9e8f5ca43 Mon Sep 17 00:00:00 2001 From: scruysberghs <58264733+scruysberghs@users.noreply.github.com> Date: Sat, 17 Aug 2024 18:22:34 +0200 Subject: [PATCH] bump python version in devcontainer to 3.12 (#1267) --- .devcontainer.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index f2f59a67..457e49d9 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -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 @@ -38,4 +38,4 @@ "features": { "ghcr.io/devcontainers/features/rust:1": {} } -} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3e9e1154..dd26c40f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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