From 5dd8e7bffb4f346cd08ea14feac98d71bd98d64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:56:45 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.372 to 1.1.373 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.372 to 1.1.373. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.372...v1.1.373) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development 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 0887b63..9ff7ebe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -343,13 +343,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pyright" -version = "1.1.372" +version = "1.1.373" description = "Command line wrapper for pyright" optional = false python-versions = ">=3.7" files = [ - {file = "pyright-1.1.372-py3-none-any.whl", hash = "sha256:25b15fb8967740f0949fd35b963777187f0a0404c0bd753cc966ec139f3eaa0b"}, - {file = "pyright-1.1.372.tar.gz", hash = "sha256:a9f5e0daa955daaa17e3d1ef76d3623e75f8afd5e37b437d3ff84d5b38c15420"}, + {file = "pyright-1.1.373-py3-none-any.whl", hash = "sha256:b805413227f2c209f27b14b55da27fe5e9fb84129c9f1eb27708a5d12f6f000e"}, + {file = "pyright-1.1.373.tar.gz", hash = "sha256:f41bcfc8b9d1802b09921a394d6ae1ce19694957b628bc657629688daf8a83ff"}, ] [package.dependencies] @@ -546,4 +546,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d464595df36e5b3c0ecf9f89d815f5ff1506a42a344e2df40cd5cd16ce849345" +content-hash = "4427dbd79eeecb1776e11c5d969ac575e429cf0cdef6114f1743e1303265fc71" diff --git a/pyproject.toml b/pyproject.toml index f782dac..e8c0382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^8.3.2" pytest-cov = "^5.0.0" edgedb = "^2.0.0" ruff = "^0.5.5" -pyright = "^1.1.372" +pyright = "^1.1.373" [build-system] requires = ["poetry-core>=1.0.0"]