diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dbc85d..39d9296 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Setup python environment uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.9' - name: Clean run: python setup.py clean --all diff --git a/Dockerfile b/Dockerfile index 7f11171..23fa44e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN apk --no-cache add curl && mkdir /downloads # Download installation files RUN curl https://github.com/avollkopf/craftbeerpi4-ui/archive/main.zip -L -o ./downloads/cbpi-ui.zip -FROM python:3.7 as base +FROM python:3.9 as base # Install dependencies RUN apt-get update \ diff --git a/requirements.txt b/requirements.txt index 28e5433..1bb28da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,13 +10,13 @@ cryptography==3.3.2 requests==2.25.1 voluptuous==0.12.1 pyfiglet==0.8.post1 -pandas==1.1.5 +pandas==1.4.0 shortuuid==1.0.1 tabulate==0.8.7 -numpy==1.20.3 +numpy==1.22.0 cbpi4ui click==7.1.2 importlib_metadata==4.8.2 asyncio-mqtt psutil==5.8.0 -zipp>=0.5 \ No newline at end of file +zipp>=0.5