diff --git a/poetry.lock b/poetry.lock index 310af963e63328a6c988dd365a0e0aadc4b728f8..b2151501f8ef6d9d235753f50d99705302eb00cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -9,7 +9,6 @@ python-versions = "*" [package.dependencies] certifi = ">=2020.04.05.1" confluent-kafka = "*" -importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} tqdm = "*" [package.extras] @@ -2251,6 +2250,14 @@ category = "main" optional = false python-versions = ">=3.6" +[[package]] +name = "toml" +version = "0.10.2" +description = "Python Library for Tom's Obvious, Minimal Language" +category = "main" +optional = false +python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" + [[package]] name = "tomli" version = "2.0.1" @@ -2449,7 +2456,7 @@ test = ["pytest-celery", "pytest-flask", "pytest-socket"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "18e56c4973cc68c8832af3c5c7921a5966c616cb122475367e9d66f47443f048" +content-hash = "c35c1f29c330d9cfbed45a22a01407e3cc8184a482133a30b82d3f9d7d7b2606" [metadata.files] adc-streaming = [ @@ -3858,6 +3865,10 @@ threadpoolctl = [ {file = "threadpoolctl-3.1.0-py3-none-any.whl", hash = "sha256:8b99adda265feb6773280df41eece7b2e6561b772d21ffd52e372f999024907b"}, {file = "threadpoolctl-3.1.0.tar.gz", hash = "sha256:a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380"}, ] +toml = [ + {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, + {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, +] tomli = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},