From 7415efeccbf5765b2501fdc87756d9bc6aebb455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:47:55 +0000 Subject: [PATCH] Bump click-plugins from 1.1.1 to 1.1.1.2 Bumps [click-plugins](https://github.com/click-contrib/click-plugins) from 1.1.1 to 1.1.1.2. - [Release notes](https://github.com/click-contrib/click-plugins/releases) - [Changelog](https://github.com/click-contrib/click-plugins/blob/main/CHANGES.md) - [Commits](https://github.com/click-contrib/click-plugins/compare/1.1.1...1.1.1.2) --- updated-dependencies: - dependency-name: click-plugins dependency-version: 1.1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e12423f48..2618f2fdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -922,14 +922,14 @@ click = ">=7" [[package]] name = "click-plugins" -version = "1.1.1" +version = "1.1.1.2" description = "An extension module for click to enable registering CLI commands via setuptools entry-points." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "click-plugins-1.1.1.tar.gz", hash = "sha256:46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b"}, - {file = "click_plugins-1.1.1-py2.py3-none-any.whl", hash = "sha256:5d262006d3222f5057fd81e1623d4443e41dcda5dc815c06b442aa3c02889fc8"}, + {file = "click_plugins-1.1.1.2-py2.py3-none-any.whl", hash = "sha256:008d65743833ffc1f5417bf0e78e8d2c23aab04d9745ba817bd3e71b0feb6aa6"}, + {file = "click_plugins-1.1.1.2.tar.gz", hash = "sha256:d7af3984a99d243c131aa1a828331e7630f4a88a9741fd05c927b204bcf92261"}, ] [package.dependencies] @@ -5563,4 +5563,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "a1f230b4b341779d92369cc50558b182502e01f325d8ce9f8c1ba1860f084ae2" +content-hash = "0a1228bb90b79f1759d5cbe92c176e5d2073d13f20677a90028be4ac7222452e" diff --git a/pyproject.toml b/pyproject.toml index 818233ce5..890bbe048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ charset-normalizer = "^3.4.2" click = "==8.2.1" click-datetime = "==0.4.0" click-didyoumean = "==0.3.1" -click-plugins = "==1.1.1" +click-plugins = "==1.1.1.2" click-repl = "==0.3.0" deprecated = "==1.2.18" eventlet = "==0.40.1"