diff --git a/poetry.lock b/poetry.lock index 22f9648..d81e853 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -275,13 +275,13 @@ files = [ [[package]] name = "click" -version = "8.1.7" +version = "8.1.8" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, - {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, + {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, + {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, ] [package.dependencies] @@ -1382,4 +1382,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "b2ef5e669781ebab5e26faabca435083cb35643dc8eb6a8da197ebfac1898f54" +content-hash = "a78fb00097337fc12ac4e90c29dc3586a01e3da00de10fd33b9c098941625fb0" diff --git a/pyproject.toml b/pyproject.toml index 7be5572..53eb757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pylintfileheader = "0.3.3" pytest-docker = {version = "3.1.1", platform = "linux"} requests-futures = "1.0.2" keepachangelog = "1.0.0" -click = "8.1.7" +click = "8.1.8" types-setuptools = "75.6.0.20241126" urllib3 = "2.2.3" wrapt = ">=1.15.0"