diff --git a/poetry.lock b/poetry.lock index b299a11..af28689 100644 --- a/poetry.lock +++ b/poetry.lock @@ -206,13 +206,13 @@ files = [ [[package]] name = "configargparse" -version = "1.5.3" +version = "1.5.5" description = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ - {file = "ConfigArgParse-1.5.3-py3-none-any.whl", hash = "sha256:18f6535a2db9f6e02bd5626cc7455eac3e96b9ab3d969d366f9aafd5c5c00fe7"}, - {file = "ConfigArgParse-1.5.3.tar.gz", hash = "sha256:1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f"}, + {file = "ConfigArgParse-1.5.5-py3-none-any.whl", hash = "sha256:541360ddc1b15c517f95c0d02d1fca4591266628f3667acdc5d13dccc78884ca"}, + {file = "ConfigArgParse-1.5.5.tar.gz", hash = "sha256:363d80a6d35614bd446e2f2b1b216f3b33741d03ac6d0a92803306f40e555b58"}, ] [package.extras] @@ -667,4 +667,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1de75ae4303d68915e05a26fa818c9d5cd411a7d5605f421b408fd9e89967da2" +content-hash = "c610019274857e86d23e0b00f3b6f7b35d59741744e2d676cb2cf0d92585fa76" diff --git a/pyproject.toml b/pyproject.toml index 1f9875a..393ebd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ acringest = 'acringest:main' [tool.poetry.dependencies] python = "^3.11" cloudevents = "^1.9.0" -ConfigArgParse = "^1.5.3" +ConfigArgParse = "^1.5.5" kafka-python = "^2.0.2" minio = "^7.1.15" jsondiff = "^2.0.0"