fix(deps): update dependency click to v8.3.0
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 2m45s

This commit is contained in:
2025-09-18 17:42:53 +00:00
parent ec5246b82b
commit b05e713fe5
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"attrs==25.3.0", "attrs==25.3.0",
"certifi==2025.8.3", "certifi==2025.8.3",
"charset-normalizer==3.4.3", "charset-normalizer==3.4.3",
"click==8.2.2", "click==8.3.0",
"dill==0.4.0", "dill==0.4.0",
"exceptiongroup==1.3.0", "exceptiongroup==1.3.0",
"idna==3.10", "idna==3.10",

8
uv.lock generated
View File

@@ -116,14 +116,14 @@ wheels = [
[[package]] [[package]]
name = "click" name = "click"
version = "8.2.2" version = "8.3.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" }, { name = "colorama", marker = "sys_platform == 'win32'" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/e9/87/105111999772ec9730e3d4d910c723ea9763ece2ec441533a5cea1e87e3c/click-8.2.2.tar.gz", hash = "sha256:068616e6ef9705a07b6db727cb9c248f4eb9dae437a30239f56fa94b18b852ef", size = 263977, upload-time = "2025-08-02T02:23:41.102Z" } sdist = { url = "https://files.pythonhosted.org/packages/46/61/de6cd827efad202d7057d93e0fed9294b96952e188f7384832791c7b2254/click-8.3.0.tar.gz", hash = "sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4", size = 276943, upload-time = "2025-09-18T17:32:23.696Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/ec/85/e7297e34133ae1cfde3bffd30c24e1ef055248251baa877834e048687a28/click-8.2.2-py3-none-any.whl", hash = "sha256:52e1e9f5d3db8c85aa76968c7c67ed41ddbacb167f43201511c8fd61eb5ba2ca", size = 103900, upload-time = "2025-08-02T02:23:39.299Z" }, { url = "https://files.pythonhosted.org/packages/db/d3/9dcc0f5797f070ec8edf30fbadfb200e71d9db6b84d211e3b2085a7589a0/click-8.3.0-py3-none-any.whl", hash = "sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc", size = 107295, upload-time = "2025-09-18T17:32:22.42Z" },
] ]
[[package]] [[package]]
@@ -297,7 +297,7 @@ requires-dist = [
{ name = "attrs", specifier = "==25.3.0" }, { name = "attrs", specifier = "==25.3.0" },
{ name = "certifi", specifier = "==2025.8.3" }, { name = "certifi", specifier = "==2025.8.3" },
{ name = "charset-normalizer", specifier = "==3.4.3" }, { name = "charset-normalizer", specifier = "==3.4.3" },
{ name = "click", specifier = "==8.2.2" }, { name = "click", specifier = "==8.3.0" },
{ name = "dill", specifier = "==0.4.0" }, { name = "dill", specifier = "==0.4.0" },
{ name = "exceptiongroup", specifier = "==1.3.0" }, { name = "exceptiongroup", specifier = "==1.3.0" },
{ name = "idna", specifier = "==3.10" }, { name = "idna", specifier = "==3.10" },