From e35699fc39a2d03cfa8caccf2ddb50b40a3d1518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:03:30 +0000 Subject: [PATCH] Bump xmltodict from 1.0.2 to 1.0.3 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 818f29d3..9123bb00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requirements = [ "httpx==0.28.1", "orjson==3.11.7", "packaging==26.0", - "xmltodict==1.0.2", + "xmltodict==1.0.3", ] requirements-test = [ "mypy==1.19.1",