diff --git a/poetry.lock b/poetry.lock index 111a295..ef5517d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -401,13 +401,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pyright" -version = "1.1.384" +version = "1.1.388" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.384-py3-none-any.whl", hash = "sha256:f0b6f4db2da38f27aeb7035c26192f034587875f751b847e9ad42ed0c704ac9e"}, - {file = "pyright-1.1.384.tar.gz", hash = "sha256:25e54d61f55cbb45f1195ff89c488832d7a45d59f3e132f178fdf9ef6cafc706"}, + {file = "pyright-1.1.388-py3-none-any.whl", hash = "sha256:c7068e9f2c23539c6ac35fc9efac6c6c1b9aa5a0ce97a9a8a6cf0090d7cbf84c"}, + {file = "pyright-1.1.388.tar.gz", hash = "sha256:0166d19b716b77fd2d9055de29f71d844874dbc6b9d3472ccd22df91db3dfa34"}, ] [package.dependencies] @@ -639,4 +639,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a0800cecf3c8d4682a36e15f51dbe12adbded15eecab38a0d80335b12be7245b" +content-hash = "48a704864d93ec9ab94199d6ac7f1f856e6f1803996e48937888dd4912aea5a4" diff --git a/pyproject.toml b/pyproject.toml index 3a2c9ce..b27d30c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ regex = ">=2023.12.25,<2025.0.0" ruff = "0.6.1" pytest = "^8" pytest-cov = ">=4.1,<7.0" -pyright = "1.1.384" +pyright = "1.1.388" [tool.pytest.ini_options] addopts = ["--cov-report=term", "--cov-report=xml:cov.xml", "--cov=vatsim"]