Skip to content

Commit

Permalink
Merge branch 'main' into refactoring_camera
Browse files Browse the repository at this point in the history
  • Loading branch information
sca075 authored Jan 4, 2025
2 parents 39921ea + 4684ff8 commit 873afac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.12"]
python-version: ["3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions requirements.test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 873afac

Please sign in to comment.