From 6005ac6d61be71eca9b1583b09defc06f30765e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:53:06 +0000 Subject: [PATCH] Update xsdata[cli,lxml] requirement from >=26.1 to >=26.2 Updates the requirements on [xsdata[cli,lxml]](https://github.com/tefra/xsdata) to permit the latest version. - [Release notes](https://github.com/tefra/xsdata/releases) - [Changelog](https://github.com/tefra/xsdata/blob/main/CHANGES.md) - [Commits](https://github.com/tefra/xsdata/compare/v26.1...v26.2) --- updated-dependencies: - dependency-name: xsdata[cli,lxml] dependency-version: '26.2' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c164208..211bef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ models = [ ] xml = [ "xmlschema>=4.3.1", - "xsdata[cli,lxml]>=26.1", + "xsdata[cli,lxml]>=26.2", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index 5e485d3..493985b 100644 --- a/uv.lock +++ b/uv.lock @@ -463,7 +463,7 @@ models = [ ] xml = [ { name = "xmlschema", specifier = ">=4.3.1" }, - { name = "xsdata", extras = ["cli", "lxml"], specifier = ">=26.1" }, + { name = "xsdata", extras = ["cli", "lxml"], specifier = ">=26.2" }, ] [[package]]