Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bookworm
FROM python:3.11-slim-bookworm

WORKDIR /app
RUN apt update && \
Expand Down
21 changes: 2 additions & 19 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bookworm
FROM python:3.11-slim-bookworm

WORKDIR /app
RUN apt update && \
Expand Down
2 changes: 1 addition & 1 deletion local_test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11

WORKDIR /app

Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading