diff --git a/poetry.lock b/poetry.lock index ec43f16..2ec4560 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "cbor2" @@ -196,13 +196,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pyright" -version = "1.1.329" +version = "1.1.336" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.329-py3-none-any.whl", hash = "sha256:c16f88a7ac14ddd0513e62fec56d69c37e3c6b412161ad16aa23a9c7e3dabaf4"}, - {file = "pyright-1.1.329.tar.gz", hash = "sha256:5baf82ff5ecb8c8b3ac400e8536348efbde0b94a09d83d5b440c0d143fd151a8"}, + {file = "pyright-1.1.336-py3-none-any.whl", hash = "sha256:8f6a8f365730c8d6c1af840d937371fd5cf0137b6e1827b8b066bc0bb7327aa6"}, + {file = "pyright-1.1.336.tar.gz", hash = "sha256:f92d6d6845e4175833ea60dee5b1ef4d5d66663438fdaedccc1c3ba0f8efa3e3"}, ] [package.dependencies] @@ -462,4 +462,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bc0304a8f079e274692aab6b1ad1843b1a72fc89c9bda3157c3993b058fcc3fb" +content-hash = "062baccffbe45822b4dd58fd06f9de89c11d50a2fa99408ae568bf6a1529917d" diff --git a/pyproject.toml b/pyproject.toml index 8d75d71..2a92119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tomli = "^2.0.1" types-python-dateutil = "^2.8.19.13" types-pyyaml = "^6.0.12.10" codespell = {extras = ["toml"], version = "^2.2.5"} -pyright = "1.1.329" +pyright = "1.1.336" pytest = "^7.4" [build-system]