diff --git a/pyproject.toml b/pyproject.toml index 676d519..b4f5235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" requires-python = ">=3.10" dependencies = [ "beautifulsoup4==4.14.3", - "click>=8.1,<8.2", # pynblint/typer breaks with click>=8.2 + "click>=8.3.3,<8.4", # pynblint/typer breaks with click>=8.2 "lxml==6.0.2", "pytest==9.0.3", "pytest-cov==7.1.0", diff --git a/uv.lock b/uv.lock index ac2c006..83ce9fc 100644 --- a/uv.lock +++ b/uv.lock @@ -257,14 +257,14 @@ wheels = [ [[package]] name = "click" -version = "8.1.8" +version = "8.3.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593, upload-time = "2024-12-21T18:38:44.339Z" } +sdist = { url = "https://files.pythonhosted.org/packages/bb/63/f9e1ea081ce35720d8b92acde70daaedace594dc93b693c869e0d5910718/click-8.3.3.tar.gz", hash = "sha256:398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2", size = 328061, upload-time = "2026-04-22T15:11:27.506Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", size = 98188, upload-time = "2024-12-21T18:38:41.666Z" }, + { url = "https://files.pythonhosted.org/packages/ae/44/c1221527f6a71a01ec6fbad7fa78f1d50dfa02217385cf0fa3eec7087d59/click-8.3.3-py3-none-any.whl", hash = "sha256:a2bf429bb3033c89fa4936ffb35d5cb471e3719e1f3c8a7c3fff0b8314305613", size = 110502, upload-time = "2026-04-22T15:11:25.044Z" }, ] [[package]] @@ -461,7 +461,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "beautifulsoup4", specifier = "==4.14.3" }, - { name = "click", specifier = ">=8.1,<8.2" }, + { name = "click", specifier = ">=8.3.3,<8.4" }, { name = "lxml", specifier = "==6.0.2" }, { name = "pynblint", specifier = "==0.1.6" }, { name = "pytest", specifier = "==9.0.3" },