From b98f42b149c9770ac152e901d55f590ff215e63f Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sat, 26 Mar 2022 23:35:16 +0100 Subject: [PATCH] update python to 3.9 --- Dockerfile | 2 +- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a6f2d9..31aaec6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.9-alpine RUN apk add --update gcc libc-dev linux-headers curl && rm -rf /var/cache/apk/* diff --git a/poetry.lock b/poetry.lock index 6305fd0..ccf403d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -143,8 +143,8 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" -python-versions = "^3.8" -content-hash = "d3e77dc879690a47cae30ad0e2bd1743ae758b219c5b4afa4aced37fb5f6a32e" +python-versions = "^3.9" +content-hash = "2ecf5397c5750e73e30af77638576f8298c008b7e4a8ea16fdedc721a9e9b2ea" [metadata.files] certifi = [ diff --git a/pyproject.toml b/pyproject.toml index dd48ffe..28dd488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ url = "https://pypi.thecodelabs.de" secondary = true [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" thecodelabs-baseutils = "^1.7.0" spotipy = "2.19.0" -- GitLab