diff --git a/.devcontainer.json b/.devcontainer.json index 491c8724..18c68edd 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "mqtt_vacuum_camera", - "image": "mcr.microsoft.com/devcontainers/python:3.12", + "image": "mcr.microsoft.com/devcontainers/python:3.13", "postCreateCommand": "scripts/setup", "forwardPorts": [ 8123 diff --git a/.github/workflows/pythonpackage.yaml b/.github/workflows/pythonpackage.yaml index 7483a3a1..442e412b 100644 --- a/.github/workflows/pythonpackage.yaml +++ b/.github/workflows/pythonpackage.yaml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.12"] + python-version: ["3.13"] steps: - uses: actions/checkout@v4 diff --git a/requirements.test.txt b/requirements.test.txt index 93766272..43ed7556 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,9 +1,9 @@ # From our manifest.json for our custom component -pillow<=11.0.0 +pillow<=11.1.0 numpy isal==1.7.1 psutil-home-assistant==0.0.1 -janus==1.1.0 +janus==2.0.0 # Strictly for tests