diff --git a/Dockerfile b/Dockerfile index 7c16735..15003c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.9-slim as base +FROM docker.io/library/python:3.10-slim as base # Configure piwheels repo to use pre-compiled numpy wheels for arm RUN echo -n "[global]\nextra-index-url=https://www.piwheels.org/simple\n" >> /etc/pip.conf diff --git a/poetry.lock b/poetry.lock index 9a06c2f..a5035d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -353,8 +353,8 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" -python-versions = "^3.9" -content-hash = "595513b1788ec4ed7b9c462a007855dcaf12df845fe4d743d885b6cfde7b0938" +python-versions = "^3.10" +content-hash = "93f922ddb9c03189bf1efabdcf702513ff5526332a78f54c21ab532574f4519a" [metadata.files] attrs = [ diff --git a/pyproject.toml b/pyproject.toml index 96b39d4..8a25931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" paho-mqtt = "^1.6.1" docopt = "^0.6.2" depthai = "^2.17.4.0"