aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-20 23:33:03 +0000
committerGitHub <[email protected]>2026-07-20 23:33:03 +0000
commit25cc9c636725447d04883cad6562cc2aad7eaa0a (patch)
tree246d87de421538d8ea617607f959bb1fcc2b35c1
parentd27e5f4145972990544975a033d03abdd3a5f596 (diff)
downloadedify-dependabot/pip/pyright-1.1.411.tar.xz
edify-dependabot/pip/pyright-1.1.411.zip
chore(deps-dev): bump pyright from 1.1.389 to 1.1.411dependabot/pip/pyright-1.1.411
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.389 to 1.1.411. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.411) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.411 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 580fa33..719a85d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -60,7 +60,7 @@ dev = [
"hypothesis>=6.100",
"mypy==1.13.0",
"pydantic>=2.0",
- "pyright==1.1.389",
+ "pyright==1.1.411",
"pytest>=8.0",
"pytest-cov>=5.0",
"regex>=2024.11.6",