From f701e1cd4f40576f12ed28ef100144c612b8b187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:25:09 +0000 Subject: [PATCH] chore(deps): 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: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 9a2bda9af15b..930b3c0b4284 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -185,9 +185,9 @@ wrapt==1.16.0 \ # via # ddtrace # deprecated -xmltodict==0.14.1 \ - --hash=sha256:338c8431e4fc554517651972d62f06958718f6262b04316917008e8fd677a6b0 \ - --hash=sha256:3ef4a7b71c08f19047fcbea572e1d7f4207ab269da1565b5d40e9823d3894e63 +xmltodict==0.14.2 \ + --hash=sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553 \ + --hash=sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac # via ddtrace zipp==3.20.2 \ --hash=sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350 \