diff --git a/poetry.lock b/poetry.lock index 76b073a..1a97dec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -477,13 +477,13 @@ signals = ["blinker (>=1.3,<2.0)"] [[package]] name = "pyright" -version = "1.1.337" +version = "1.1.339" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.337-py3-none-any.whl", hash = "sha256:8cbd4ef71797258f816a8393a758c9c91213479f472082d0e3a735ef7ab5f65a"}, - {file = "pyright-1.1.337.tar.gz", hash = "sha256:81d81f839d1750385390c4c4a7b84b062ece2f9a078f87055d4d2a5914ef2a08"}, + {file = "pyright-1.1.339-py3-none-any.whl", hash = "sha256:662f3df170fdeda76fd21b158ab20c518dad99c2f14b0a7f84c2bfd60d5a8d2a"}, + {file = "pyright-1.1.339.tar.gz", hash = "sha256:581ce4e281575814380dd67a331e75c0ccdca31eb848005ee1ae46e7bfa8b4f9"}, ] [package.dependencies] @@ -738,4 +738,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1a85517283c3f57f5fdb0b9c00e133519900fb2e4864544899dd447f1d1127e3" +content-hash = "b0db806c238ce0ae18c1607c8d46bd431234e7f8afae98b0e050c3c1225d328c" diff --git a/pyproject.toml b/pyproject.toml index d4a4ecb..556d836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = "^23.3" coverage = {extras = ["toml"], version = "^7.2"} flake8 = "^5.0.4" isort = "^5.11.5" -pyright = "^1.1.337" +pyright = "^1.1.339" pytest = "^7.4" pytest-cov = "^4.1.0" typed-ast = {version = "^1.5.5", python = "< 3.8"}