From 91679845dd78f0ae34fd81bbcd445a9a97f73b47 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 11 Mar 2023 14:38:57 -0500 Subject: [PATCH] update the lock file on the connector proxy to handle a bug fix on the http-connector --- connector-proxy-demo/poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/connector-proxy-demo/poetry.lock b/connector-proxy-demo/poetry.lock index 5747b12e..301489b7 100644 --- a/connector-proxy-demo/poetry.lock +++ b/connector-proxy-demo/poetry.lock @@ -101,7 +101,7 @@ version = "0.1.0" description = "Make HTTP Requests available to SpiffWorkflow Service Tasks" category = "main" optional = false -python-versions = "^3.11" +python-versions = "^3.9" develop = false [package.dependencies] @@ -111,7 +111,7 @@ requests = "^2.28.1" type = "git" url = "https://github.com/sartography/connector-http.git" reference = "HEAD" -resolved_reference = "337671b38f47bd8a3113bc6fa85b987828c4ee66" +resolved_reference = "8ae0b27d5a3e79562f3d1da01be2dcadef49a195" [[package]] name = "connector-slack" @@ -333,7 +333,7 @@ version = "0.1.0" description = "A blueprint that can allow (and limit) SpiffWorkflow's Service Tasks access to an organizations API's, such as connections to AWS Services and existing applications." category = "main" optional = false -python-versions = "^3.10" +python-versions = "^3.9" develop = false [package.dependencies] @@ -344,7 +344,7 @@ Flask-OAuthlib = "^0.9.6" type = "git" url = "https://github.com/sartography/spiffworkflow-proxy" reference = "HEAD" -resolved_reference = "cfe9b93665e10390a2e64c492c57bd2613364588" +resolved_reference = "6cb2bbea923946cb2db3bf571a4ce28c776434b9" [[package]] name = "urllib3"