From 1f0c81f53f64889d7b1b2271818862742a746e9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:47:59 +0000 Subject: [PATCH] Update dependency reportlab to v3.6.13 [SECURITY] --- ajour/setup.py | 2 +- utleggs-og-kortskjema-automatisering/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ajour/setup.py b/ajour/setup.py index 6a0061b..0be1911 100644 --- a/ajour/setup.py +++ b/ajour/setup.py @@ -11,6 +11,6 @@ "colorama==0.4.4", "numpy==1.19.4", "pandas==1.2.0", - "reportlab==3.5.57", + "reportlab==3.6.13", ] ) diff --git a/utleggs-og-kortskjema-automatisering/requirements.txt b/utleggs-og-kortskjema-automatisering/requirements.txt index 9a3a852..f07c1de 100644 --- a/utleggs-og-kortskjema-automatisering/requirements.txt +++ b/utleggs-og-kortskjema-automatisering/requirements.txt @@ -2,5 +2,5 @@ pillow==9.3.0 PyPDF2==3.0.1 python-docx==0.8.11 python-dotenv==0.21.0 -reportlab==3.6.12 +reportlab==3.6.13 requests==2.28.1