From a5c4f4c96cbdefb2387a6f4e623670668cd30557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:52:23 +0000 Subject: [PATCH] Bump xmltodict from 0.12.0 to 0.13.0 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.12.0 to 0.13.0. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index b681fa5da..cacfdb9d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4,7 +4,7 @@ name = "aiohttp" version = "3.9.2" description = "Async http client/server framework (asyncio)" -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "aiohttp-3.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:772fbe371788e61c58d6d3d904268e48a594ba866804d08c995ad71b144f94cb"}, @@ -2054,7 +2054,7 @@ twitter = ["twython"] name = "numpy" version = "1.23.4" description = "NumPy is the fundamental package for array computing with Python." -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "numpy-1.23.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:95d79ada05005f6f4f337d3bb9de8a7774f259341c70bc88047a1f7b96a4bcb2"}, @@ -2359,7 +2359,7 @@ files = [ name = "pillow" version = "10.2.0" description = "Python Imaging Library (Fork)" -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "pillow-10.2.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:7823bdd049099efa16e4246bdf15e5a13dbb18a51b68fa06d6c1d4d8b99a796e"}, @@ -2668,7 +2668,7 @@ files = [ name = "pyarrow" version = "14.0.1" description = "Python library for Apache Arrow" -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "pyarrow-14.0.1-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:96d64e5ba7dceb519a955e5eeb5c9adcfd63f73a56aea4722e2cc81364fc567a"}, @@ -4361,13 +4361,13 @@ files = [ [[package]] name = "xmltodict" -version = "0.12.0" +version = "0.13.0" description = "Makes working with XML feel like you are working with JSON" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.4" files = [ - {file = "xmltodict-0.12.0-py2.py3-none-any.whl", hash = "sha256:8bbcb45cc982f48b2ca8fe7e7827c5d792f217ecf1792626f808bf41c3b86051"}, - {file = "xmltodict-0.12.0.tar.gz", hash = "sha256:50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21"}, + {file = "xmltodict-0.13.0-py2.py3-none-any.whl", hash = "sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852"}, + {file = "xmltodict-0.13.0.tar.gz", hash = "sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"}, ] [[package]] @@ -4624,4 +4624,4 @@ worker-addons = ["detoxify"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a66f3d716076507679fb0b0ffcb499884da283e162ecc4d5a52d67954a0ad967" +content-hash = "3646d422be3099ec619a0ea99394295180d57fa990442e076ca07ede6b9195d7" diff --git a/pyproject.toml b/pyproject.toml index e0b291435..526ee5984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ detoxify = { version = "^0.5.0", optional = true } # aws boto3 = { version = "^1.17", optional = false } botocore = { version = "^1.20.95", optional = false } -xmltodict = { version = "^0.12.0", optional = false } +xmltodict = { version = ">=0.12,<0.14", optional = false } # cli click = { version = "^7.0", optional = false }