From b5c9683f1fade18dbabb6cc73aefdf6433e52ef4 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sat, 21 Dec 2024 11:08:35 -0800 Subject: [PATCH] chore(deps): update dependency click to v8.1.8 --- MODULE.bazel.lock | 4 ++-- gazelle_python.yaml | 2 +- requirements.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index c506571215..f39cef41f6 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1734,7 +1734,7 @@ "recordedFileInputs": { "@@rules_python~//tools/publish/requirements_linux.txt": "8175b4c8df50ae2f22d1706961884beeb54e7da27bd2447018314a175981997d", "@@rules_fuzzing~//fuzzing/requirements.txt": "ab04664be026b632a0d2a2446c4f65982b7654f5b6851d2f9d399a19b7242a5b", - "@@//requirements.txt": "94b71e21c09d824fa1a72ca890d39225c847680b5aeece966dfefff840812d0d", + "@@//requirements.txt": "875ba764d4909c869da767bfde0972d77fc93bd47d3a3bee040f83b47681e82c", "@@rules_python~//tools/publish/requirements_windows.txt": "7673adc71dc1a81d3661b90924d7a7c0fc998cd508b3cb4174337cef3f2de556", "@@protobuf~//python/requirements.txt": "983be60d3cec4b319dcab6d48aeb3f5b2f7c3350f26b3a9e97486c37967c73c5", "@@rules_python~//tools/publish/requirements_darwin.txt": "2994136eab7e57b083c3de76faf46f70fad130bc8e7360a7fed2b288b69e79dc" @@ -1892,7 +1892,7 @@ "dep_template": "@pip//{name}:{target}", "python_interpreter_target": "@@rules_python~~python~python_3_13_host//:python", "repo": "pip_313", - "requirement": "click==8.1.7 --hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 --hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + "requirement": "click==8.1.8 --hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 --hash=sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" } }, "pip_313_comm": { diff --git a/gazelle_python.yaml b/gazelle_python.yaml index 7aeb65d0e5..9d9b1be2fd 100644 --- a/gazelle_python.yaml +++ b/gazelle_python.yaml @@ -120,4 +120,4 @@ manifest: zmq: pyzmq pip_repository: name: pip -integrity: b058b13e666b1047934c9b452c787350ac9f2f79f1a5d4a953c26b5b96d03cec +integrity: f038726c7ad0326c730b5eae73af9afe2312b96d86f08e8494ae8cc890f099ea diff --git a/requirements.txt b/requirements.txt index 86be75b396..36eb9a2904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -254,9 +254,9 @@ charset-normalizer==3.4.0 \ --hash=sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079 \ --hash=sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482 # via requests -click==8.1.7 \ - --hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \ - --hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de +click==8.1.8 \ + --hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 \ + --hash=sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a # via pip-tools comm==0.2.2 \ --hash=sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e \