From 5989a9d587f0d9cd572b97818a93e87341ecd966 Mon Sep 17 00:00:00 2001 From: jorenham Date: Mon, 2 Sep 2024 15:16:31 +0200 Subject: [PATCH] bump `basedpyright` to `1.17.1` --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- tests/test_mainpy.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 24f4472..55752b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "basedpyright" -version = "1.16.0" +version = "1.17.1" description = "static type checking for Python (but based)" optional = false python-versions = ">=3.8" files = [ - {file = "basedpyright-1.16.0-py3-none-any.whl", hash = "sha256:5eda1be337ca926f6d869f02cfd4cfd124d946d58d58d73c5c9e7c5b2d2d5b1e"}, - {file = "basedpyright-1.16.0.tar.gz", hash = "sha256:023a19d8f1b2a466e05a9dbbd6c6ecb5abfc1518e6daa9317ec978a38a6c8ff5"}, + {file = "basedpyright-1.17.1-py3-none-any.whl", hash = "sha256:bbf74a0ac530588d902edcecc3c4a1ace071290a5176d388a329576d1550cc17"}, + {file = "basedpyright-1.17.1.tar.gz", hash = "sha256:ee5f245b0a2fd579fbf069c7a6476b21554a324f3ffda97a717d74ca4a41734c"}, ] [package.dependencies] @@ -643,4 +643,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2180f6c67d5757a7a35de3d176eb88d2e0b0d9cc02a638181aec7103144b1c9f" +content-hash = "7a268736f58eb469dabf1ae80ed692275d93442ab1ee65f9fbb9f8deeee13f96" diff --git a/pyproject.toml b/pyproject.toml index fdbf665..6fe7a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ ruff = "^0.6.3" pytest = "^8.3.2" [tool.poetry.group.typecheck.dependencies] -basedpyright = "^1.16.0" +basedpyright = "^1.17.1" typing_extensions = "*" pytest = "*" diff --git a/tests/test_mainpy.py b/tests/test_mainpy.py index 4c700ba..c7a2dad 100644 --- a/tests/test_mainpy.py +++ b/tests/test_mainpy.py @@ -79,7 +79,7 @@ async def app(): ) -def test_async_implicit(no_uvloop: None, monkeypatch: pytest.MonkeyPatch): +def test_async_implicit(no_uvloop: None, monkeypatch: pytest.MonkeyPatch): # pyright: ignore[reportUnusedParameter] @mp.main @_patch_module(monkeypatch, '__main__') async def app():