Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Prepartion to upgrade to debian 13 and library upgrades #38

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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 debian:bookworm-slim as prod
FROM debian:trixie-slim as prod
RUN --mount=type=cache,id=apt-cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,id=apt-lib,target=/var/lib/apt,sharing=locked \
--mount=type=cache,id=debconf,target=/var/cache/debconf,sharing=locked \
Expand Down
6 changes: 2 additions & 4 deletions lotemplate/unittest/files/content/html.expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Address :
 123


perso 1
string 1
perso 2
lastname with < and >
perso 1 string 1
perso 2 lastname with < and >

32 changes: 8 additions & 24 deletions lotemplate/unittest/files/content/table.expected.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@

Column1
Column2
Column3
a
static
A
b
static
B
c
static
C
d
static
D
e
static
E
f
static
F
g
static
G
Column1 Column2 Column3
a static A
b static B
c static C
d static D
e static E
f static F
g static G

18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
configargparse~=1.5.1
Flask~=2.2.2
python-dotenv~=0.21.0
Pillow~=9.4.0
gunicorn~=20.1.0
Werkzeug~=2.2.2
sorcery~=0.2.1
regex~=2022.10.31
pypdf~=4.2.0
configargparse~=1.7
Flask~=3.0.3
python-dotenv~=1.0.1
Pillow~=11.0.0
gunicorn~=23.0.0
Werkzeug~=3.1.2
sorcery~=0.2.2
regex~=2024.11.6
pypdf~=5.1.0
Loading