diff --git a/poetry.lock b/poetry.lock index a8d85d30..75b799bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -496,14 +496,14 @@ files = [ [[package]] name = "click" -version = "8.3.2" +version = "8.3.3" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "click-8.3.2-py3-none-any.whl", hash = "sha256:1924d2c27c5653561cd2cae4548d1406039cb79b858b747cfea24924bbc1616d"}, - {file = "click-8.3.2.tar.gz", hash = "sha256:14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5"}, + {file = "click-8.3.3-py3-none-any.whl", hash = "sha256:a2bf429bb3033c89fa4936ffb35d5cb471e3719e1f3c8a7c3fff0b8314305613"}, + {file = "click-8.3.3.tar.gz", hash = "sha256:398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2"}, ] [package.dependencies] @@ -3367,4 +3367,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.13" -content-hash = "d886d9f53b7943abd04d798412e307b864fb22f3b43dd5c01511403fd5f46d7b" +content-hash = "98e28e969eff16eaf575dc43fab6aa6a178e9d1bf50d696804727fa279a4b5a8" diff --git a/pyproject.toml b/pyproject.toml index 026e3583..c5bfc84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python = ">=3.10, <3.13" boto3 = "^1.26.145" botocore="^1.29.145" kapitan = "0.34.7" -click = "8.3.2" +click = "8.3.3" gitpython = "3.1.46" requests = "2.33.1" url-normalize = "2.2.1"