mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-23 12:08:13 +00:00
Bump connector-http (#15)
This commit is contained in:
parent
9764cef9ab
commit
2ef976411e
14
poetry.lock
generated
14
poetry.lock
generated
@ -272,12 +272,13 @@ develop = false
|
|||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
requests = "^2.28.2"
|
requests = "^2.28.2"
|
||||||
spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffworkflow-connector-command.git", rev = "main"}
|
spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffworkflow-connector-command.git", rev = "main"}
|
||||||
|
xmltodict = "^0.13.0"
|
||||||
|
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/sartography/connector-http.git"
|
url = "https://github.com/sartography/connector-http.git"
|
||||||
reference = "HEAD"
|
reference = "HEAD"
|
||||||
resolved_reference = "026de90d01e1127b7944600818aa94dc53850518"
|
resolved_reference = "31e76be874a22f4a998c0257af17d00f2a30be88"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "connector-postgres-v2"
|
name = "connector-postgres-v2"
|
||||||
@ -1733,6 +1734,17 @@ certifi = "*"
|
|||||||
python-dateutil = ">=2.7"
|
python-dateutil = ">=2.7"
|
||||||
urllib3 = "*"
|
urllib3 = "*"
|
||||||
|
|
||||||
|
[[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]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user