diff --git a/poetry.lock b/poetry.lock index adf7e45..cf826c3 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.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -804,14 +804,14 @@ files = [ [[package]] name = "pyright" -version = "1.1.405" +version = "1.1.407" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "pyright-1.1.405-py3-none-any.whl", hash = "sha256:a2cb13700b5508ce8e5d4546034cb7ea4aedb60215c6c33f56cec7f53996035a"}, - {file = "pyright-1.1.405.tar.gz", hash = "sha256:5c2a30e1037af27eb463a1cc0b9f6d65fec48478ccf092c1ac28385a15c55763"}, + {file = "pyright-1.1.407-py3-none-any.whl", hash = "sha256:6dd419f54fcc13f03b52285796d65e639786373f433e243f8b94cf93a7444d21"}, + {file = "pyright-1.1.407.tar.gz", hash = "sha256:099674dba5c10489832d4a4b2d302636152a9a42d317986c38474c76fe562262"}, ] [package.dependencies] @@ -1196,4 +1196,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "bfe472f13b11775cd67baad2d8c93702d5c0b42d1b2ccfc2d222735abe37b459" +content-hash = "d8ac6f4134f5fbe98f1f1e946b79c8b7c0f177464637c3f58871650fd8845c38" diff --git a/pyproject.toml b/pyproject.toml index 063ae0f..ba22ad8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pipask = "pipask.main:main" packages = [{ include = "pipask", from = "src" }] [tool.poetry.group.dev.dependencies] -pyright = {extras = ["nodejs"], version = "^1.1.403"} +pyright = {extras = ["nodejs"], version = "^1.1.407"} pytest = ">=8.3.4" bumpver = "^2025.1131" pytest-asyncio = ">=0.25.0"