From 4687bf54f95652ceb84d53de7937722aa74f1917 Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Wed, 10 Jul 2024 11:07:52 -0300 Subject: [PATCH] Upgrade python version --- .docker/lint/py-lint.Dockerfile | 2 +- .docker/lint/py-requirements.lock | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.docker/lint/py-lint.Dockerfile b/.docker/lint/py-lint.Dockerfile index 89d6a3c5..4bd96d51 100644 --- a/.docker/lint/py-lint.Dockerfile +++ b/.docker/lint/py-lint.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.4 +FROM python:3.11.4 RUN pip install -U pip pip-tools diff --git a/.docker/lint/py-requirements.lock b/.docker/lint/py-requirements.lock index 2b17953c..9e75c734 100644 --- a/.docker/lint/py-requirements.lock +++ b/.docker/lint/py-requirements.lock @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --generate-hashes --output-file=.docker/lint/py-requirements.lock .docker/lint/py-requirements.txt @@ -59,9 +59,9 @@ pathspec==0.12.1 \ --hash=sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08 \ --hash=sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712 # via black -platformdirs==4.1.0 \ - --hash=sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380 \ - --hash=sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420 +platformdirs==4.2.2 \ + --hash=sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee \ + --hash=sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3 # via black pycodestyle==2.8.0 \ --hash=sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20 \ @@ -75,7 +75,3 @@ tomli==2.0.1 \ --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f # via black -typing-extensions==4.9.0 \ - --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 \ - --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd - # via black