From 16fd1e943389201be29efaa8af02cbae0dba3c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:15:05 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump pyright from 1.1.393 to 1.1.394 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.393 to 1.1.394. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.393...v1.1.394) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 208fd9d1..4162d5d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1391,13 +1391,13 @@ test = ["coverage", "mypy", "ruff", "wheel"] [[package]] name = "pyright" -version = "1.1.393" +version = "1.1.394" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.393-py3-none-any.whl", hash = "sha256:8320629bb7a44ca90944ba599390162bf59307f3d9fb6e27da3b7011b8c17ae5"}, - {file = "pyright-1.1.393.tar.gz", hash = "sha256:aeeb7ff4e0364775ef416a80111613f91a05c8e01e58ecfefc370ca0db7aed9c"}, + {file = "pyright-1.1.394-py3-none-any.whl", hash = "sha256:5f74cce0a795a295fb768759bbeeec62561215dea657edcaab48a932b031ddbb"}, + {file = "pyright-1.1.394.tar.gz", hash = "sha256:56f2a3ab88c5214a451eb71d8f2792b7700434f841ea219119ade7f42ca93608"}, ] [package.dependencies] @@ -1872,4 +1872,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5f9cc4772f9a8943b9a36849348873a555759ac60b4cc78119917c522dd0f2a8" +content-hash = "ae6366ee8ad2c699c40fc4e03df2c3165f17ecc84c780a871235883a1f50944c" diff --git a/pyproject.toml b/pyproject.toml index b6d9ff7e..7fa8d811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ python-dotenv = "^1.0.1" pytest-nhsd-apim = "^4.0.0" requests-oauthlib = "^2.0.0" nhs-number-generator = {git = "https://github.com/Iain-S/nhs_number_generator.git"} -pyright = "^1.1.393" +pyright = "^1.1.394" playwright = "^1.50.0" jycm = "^1.5.0"