diff --git a/poetry.lock b/poetry.lock index 25aa20a..328c67a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -203,13 +203,13 @@ files = [ [[package]] name = "configargparse" -version = "1.5.5" +version = "1.7" 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.*" +python-versions = ">=3.5" files = [ - {file = "ConfigArgParse-1.5.5-py3-none-any.whl", hash = "sha256:541360ddc1b15c517f95c0d02d1fca4591266628f3667acdc5d13dccc78884ca"}, - {file = "ConfigArgParse-1.5.5.tar.gz", hash = "sha256:363d80a6d35614bd446e2f2b1b216f3b33741d03ac6d0a92803306f40e555b58"}, + {file = "ConfigArgParse-1.7-py3-none-any.whl", hash = "sha256:d249da6591465c6c26df64a9f73d2536e743be2f244eb3ebe61114af2f94f86b"}, + {file = "ConfigArgParse-1.7.tar.gz", hash = "sha256:e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1"}, ] [package.extras] @@ -664,4 +664,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "814b0f5b4b77931892e8aed94f0e69daae0a84be46c173524ce24f260f5213d7" +content-hash = "7e498bcf178ac7837b7dd72feae19a357f3eef82e200b190ed35ea1d43ecc125" diff --git a/pyproject.toml b/pyproject.toml index 2d359f2..576af6f 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.5" +ConfigArgParse = "^1.7" kafka-python = "^2.0.2" minio = "^7.1.15" jsondiff = "^2.0.0"