diff --git a/Dockerfile b/Dockerfile index c6652ef..4193436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm +FROM python:3.11-slim-bookworm WORKDIR /app RUN apt update && \ diff --git a/dev-requirements.txt b/dev-requirements.txt index 17a533c..3bcc0fe 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml +# pip-compile --constraint=requirements.txt --extra=dev --no-index --output-file=dev-requirements.txt pyproject.toml # aio-pika==9.4.3 # via @@ -81,11 +81,6 @@ et-xmlfile==2.0.0 # via # -c requirements.txt # openpyxl -exceptiongroup==1.3.1 - # via - # -c requirements.txt - # celery - # pytest flake8==7.1.1 # via # flake8-bugbear @@ -302,21 +297,9 @@ strenum==0.4.15 # via # -c requirements.txt # mesido -tomli==2.4.1 - # via - # black - # build - # coverage - # flake8-pyproject - # mypy - # pytest - # setuptools-git-versioning typing-extensions==4.16.0 # via # -c requirements.txt - # black - # exceptiongroup - # multidict # mypy # omotes-sdk-python # psycopg diff --git a/dev.Dockerfile b/dev.Dockerfile index c6efedc..042974a 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm +FROM python:3.11-slim-bookworm WORKDIR /app RUN apt update && \ diff --git a/local_test/Dockerfile b/local_test/Dockerfile index a635c18..a94911c 100644 --- a/local_test/Dockerfile +++ b/local_test/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 WORKDIR /app diff --git a/requirements.txt b/requirements.txt index 9b3ab75..b8d8080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --output-file=requirements.txt pyproject.toml +# pip-compile --no-index --output-file=requirements.txt pyproject.toml # aio-pika==9.4.3 # via omotes-sdk-python @@ -42,8 +42,6 @@ defusedxml==0.7.1 # via rtc-tools-gil-comp et-xmlfile==2.0.0 # via openpyxl -exceptiongroup==1.3.1 - # via celery future-fstrings==1.2.0 # via pyecore idna==3.19 @@ -142,8 +140,6 @@ strenum==0.4.15 # via mesido typing-extensions==4.16.0 # via - # exceptiongroup - # multidict # omotes-sdk-python # psycopg tzdata==2026.3