From 0b9f686050fe03c0d01091f754aeef7efeb44d14 Mon Sep 17 00:00:00 2001 From: jasquat <2487833+jasquat@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:19:27 -0400 Subject: [PATCH] updated connector-http in proxy demo w/ burnettk (#1733) Co-authored-by: jasquat --- connector-proxy-demo/poetry.lock | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/connector-proxy-demo/poetry.lock b/connector-proxy-demo/poetry.lock index a244c1ff1..5ba6cb625 100644 --- a/connector-proxy-demo/poetry.lock +++ b/connector-proxy-demo/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "boto3" @@ -215,12 +215,13 @@ develop = false [package.dependencies] requests = "^2.28.2" spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffworkflow-connector-command.git", rev = "main"} +xmltodict = "^0.13.0" [package.source] type = "git" url = "https://github.com/sartography/connector-http.git" reference = "HEAD" -resolved_reference = "b79938f3e325b22c3e393405906a01b0a795fec4" +resolved_reference = "c540e66785ac5819725de5d2e044e33d11d6dde7" [[package]] name = "connector-slack" @@ -683,6 +684,17 @@ MarkupSafe = ">=2.1.1" [package.extras] watchdog = ["watchdog"] +[[package]] +name = "xmltodict" +version = "0.13.0" +description = "Makes working with XML feel like you are working with JSON" +optional = false +python-versions = ">=3.4" +files = [ + {file = "xmltodict-0.13.0-py2.py3-none-any.whl", hash = "sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852"}, + {file = "xmltodict-0.13.0.tar.gz", hash = "sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"}, +] + [metadata] lock-version = "2.0" python-versions = "^3.11"