Skip to content

Commit

Permalink
Prepartion to upgrade to debian 13 and library upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-levan committed Nov 7, 2024
1 parent 4e1b211 commit bb13e90
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 38 deletions.
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

0 comments on commit bb13e90

Please sign in to comment.