From 0626c0850ffebc608679dd7933a2d14afabb8b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 08:46:56 +0000 Subject: [PATCH] Bump xmltodict from 0.11.0 to 0.12.0 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.11.0 to 0.12.0. - [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/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da3310a..9220205 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'requests==2.20.0', 'pipelinewise-singer-python==1.*', - 'xmltodict==0.11.0' + 'xmltodict==0.12.0' ], extras_require={ 'test': [