From 22b87d2559e84a39e2a1aa5d045ffa53365be20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 21:09:48 +0000 Subject: [PATCH] chore(deps): bump factur-x from 3.4 to 4.2 in /sidecar Bumps [factur-x](https://github.com/akretion/factur-x) from 3.4 to 4.2. - [Commits](https://github.com/akretion/factur-x/commits) --- updated-dependencies: - dependency-name: factur-x dependency-version: '4.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sidecar/pyproject.toml | 2 +- sidecar/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sidecar/pyproject.toml b/sidecar/pyproject.toml index 5e67812..9ddfbbf 100644 --- a/sidecar/pyproject.toml +++ b/sidecar/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.12" dependencies = [ "weasyprint==65.1", "Jinja2==3.1.4", - "factur-x==3.4", + "factur-x==4.2", ] [build-system] diff --git a/sidecar/requirements.txt b/sidecar/requirements.txt index e4a61fd..a778ba3 100644 --- a/sidecar/requirements.txt +++ b/sidecar/requirements.txt @@ -1,6 +1,6 @@ weasyprint==65.1 Jinja2==3.1.4 -factur-x==3.4 +factur-x==4.2 lxml==5.3.0 pypdf==5.1.0 segno==1.6.1