diff --git a/poetry.lock b/poetry.lock index 6651bb6a..4013658b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,14 +799,14 @@ files = [ [[package]] name = "pyright" -version = "1.1.301" +version = "1.1.303" description = "Command line wrapper for pyright" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.301-py3-none-any.whl", hash = "sha256:ecc3752ba8c866a8041c90becf6be79bd52f4c51f98472e4776cae6d55e12826"}, - {file = "pyright-1.1.301.tar.gz", hash = "sha256:6ac4afc0004dca3a977a4a04a8ba25b5b5aa55f8289550697bfc20e11be0d5f2"}, + {file = "pyright-1.1.303-py3-none-any.whl", hash = "sha256:8fe3d122d7e965e2df2cef64e1ceb98cff8200f458e7892d92a4c21ee85689c7"}, + {file = "pyright-1.1.303.tar.gz", hash = "sha256:7daa516424555681e8974b21a95c108c5def791bf5381522b1410026d4da62c1"}, ] [package.dependencies] @@ -1226,4 +1226,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5190d43260c868f65d90cdfdb7ade48f1053c8b3e8e555ccded9baf55b48108c" +content-hash = "f8fb456f4f99e785b2556f2db3fcd0af8feda2c6c3a3b98ede0e6cf8fc4c22a6" diff --git a/pyproject.toml b/pyproject.toml index 1e879028..febdf9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ django-easy-health-check = "^1.0.1" [tool.poetry.group.dev.dependencies] black = "^23.3.0" -pyright = "^1.1.301" +pyright = "^1.1.303" pycodestyle = "^2.9.1" assertpy = "^1.1" snapshottest = "^0.6.0"