From d550704ad86eccf1013ede567676d53001219069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:25:23 +0000 Subject: [PATCH] Bump xmltodict from 0.13.0 to 0.14.1 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 to 0.14.1. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.14.1) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7b240cb..67f12345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requirements = [ "httpx==0.27.2", "orjson==3.10.7", "packaging==24.1", - "xmltodict==0.13.0", + "xmltodict==0.14.1", ] requirements_test = [ "mypy==1.12.0",