fix click

This commit is contained in:
Kenneth Kehl
2026-07-13 08:05:51 -07:00
parent 032ddee799
commit 417fcab7a4
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1054,14 +1054,14 @@ rapidfuzz = ">=3.0.0,<4.0.0"
[[package]] [[package]]
name = "click" name = "click"
version = "8.3.1" version = "8.4.2"
description = "Composable command line interface toolkit" description = "Composable command line interface toolkit"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["main", "dev"] groups = ["main", "dev"]
files = [ files = [
{file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, {file = "click-8.4.2-py3-none-any.whl", hash = "sha256:e6f9f66136c816745b9d65817da91d61d957fb16e02e4dcd0552553c5a197b76"},
{file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, {file = "click-8.4.2.tar.gz", hash = "sha256:9a6cea6e60b17ebe0a44c5cc636d94f09bd66142c1cd7d8b4cd731c4917a15f6"},
] ]
[package.dependencies] [package.dependencies]
@@ -5992,4 +5992,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "399f044b06cda3fd13220cbb0016b49be0e930ae5a65f24ddd8deff22794a33d" content-hash = "9c6f052f0dc0fd6eff19ca693081670aaf19150e8e2b0f2404eb8571ba6f4f90"

View File

@@ -19,7 +19,7 @@ celery = {version = "==5.6.2", extras = ["redis"]}
certifi = ">=2022.12.7" certifi = ">=2022.12.7"
cffi = "==2.0.0" cffi = "==2.0.0"
charset-normalizer = "^3.4.4" charset-normalizer = "^3.4.4"
click = "==8.3.1" click = "^8.3.3"
click-didyoumean = "==0.3.1" click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1.2" click-plugins = "==1.1.1.2"
click-repl = "==0.3.0" click-repl = "==0.3.0"