From f01057531b88ec62fdcfe5589f20381f6881c31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:21:37 +0000 Subject: [PATCH] Bump xmltodict from 0.14.1 to 0.14.2 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.1 to 0.14.2. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.1...v0.14.2) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c52aa00a6..4566877d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,5 +65,5 @@ wcwidth==0.2.13 websocket-client==1.8.0 Werkzeug==3.0.6 wrapt==1.16.0 -xmltodict==0.14.1 +xmltodict==0.14.2 yarg==0.1.10