diff --git a/pyproject.toml b/pyproject.toml index 0f2b22e..8db769a 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.4.1,<8.5", "lxml==6.1.1", "pytest==9.0.3", "pytest-cov==7.1.0", diff --git a/uv.lock b/uv.lock index ae7163d..66fec44 100644 --- a/uv.lock +++ b/uv.lock @@ -257,14 +257,14 @@ wheels = [ [[package]] name = "click" -version = "8.1.8" +version = "8.4.1" 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/9b/98/518d8e5081007684232226f475082b30087d0f585e8457db087298259f49/click-8.4.1.tar.gz", hash = "sha256:918b5633eddf6b41c32d4f454bf0de810065c74e3f7dbf8ee5452f8be88d3e96", size = 353007, upload-time = "2026-05-22T04:08:37.769Z" } 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/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl", hash = "sha256:482be17c6991b8c19c5429a1e995d9b0efdbb63172824c41f99965dc0ade8ec2", size = 116639, upload-time = "2026-05-22T04:08:35.26Z" }, ] [[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.4.1,<8.5" }, { name = "lxml", specifier = "==6.1.1" }, { name = "pynblint", specifier = "==0.1.6" }, { name = "pytest", specifier = "==9.0.3" },