General update to Python v3.9, etc.

This commit is contained in:
Scott Wallace 2022-08-09 09:52:36 +01:00
parent cf4a2a954b
commit b830c239cd
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.9-slim-bullseye
# Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE 1

View file

@ -7,7 +7,7 @@ from socket import gaierror
from typing import TypedDict
import bluetooth._bluetooth as bluez # type: ignore[import]
import paho.mqtt.publish as publish # type: ignore[import]
from paho.mqtt import publish # type: ignore[import]
from bluetooth_utils.bluetooth_utils import ( # type: ignore[import]
disable_le_scan,

View file

@ -1,2 +1,2 @@
paho-mqtt
pybluez
pybluez @ git+https://github.com/pybluez/pybluez.git#egg=pybluez