diff --git a/poetry.lock b/poetry.lock index c52d77ad..60ed24c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1430,13 +1430,13 @@ files = [ [[package]] name = "pyright" -version = "1.1.345" +version = "1.1.346" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.345-py3-none-any.whl", hash = "sha256:00891361baf58698aa660d9374823d65782823ceb4a65515ff5dd159b0d4d2b1"}, - {file = "pyright-1.1.345.tar.gz", hash = "sha256:bb8c80671cdaeb913142b49642a741959f3fcd728c99814631c2bde3a7864938"}, + {file = "pyright-1.1.346-py3-none-any.whl", hash = "sha256:70dd864a1dab488fdf7d26f84ccf7781f279647f5a808026271b3b82c9c8e3a3"}, + {file = "pyright-1.1.346.tar.gz", hash = "sha256:0b75f5d18736282900406aa0dccf23cdf26776e5363edf57ea380a1faf6986b3"}, ] [package.dependencies] @@ -1975,4 +1975,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0b92b69b3d54177c4b126df4109434f91926e5bbfe9d5b2f9e0711f7c20195c5" +content-hash = "7f278b94947a41e835c87f67612e562c2a55e37049eb484969fa1c0230b605d7" diff --git a/pyproject.toml b/pyproject.toml index c775e90c..bea02134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ behave = "^1.2.6" behave-cucumber-formatter = "^1.0.1" locust = "^2.20.1" lxml = "^5.1.0" -pyright = "^1.1.345" +pyright = "^1.1.346" allure-behave = "^2.13.2" black = "^23.12.1" semver = "^3.0.2"