From fbe1dfbffa1e176a8e53920fe70585108ae87b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:08:54 +0200 Subject: [PATCH] Bump xmltodict from 0.13.0 to 0.14.2 (#509) Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 to 0.14.2. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.14.2) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c3acb20..a1205103 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.2", ] requirements_test = [ "mypy==1.12.0",