From b277616b92040f54e4cc00e2f41ed2694a695c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:41:39 +0000 Subject: [PATCH] Bump pyright from 1.1.378 to 1.1.379 (#61) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.378 to 1.1.379.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyright&package-manager=pip&previous-version=1.1.378&new-version=1.1.379)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: codecakes --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e44048..4eae204 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1263,13 +1263,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyright" -version = "1.1.378" +version = "1.1.379" description = "Command line wrapper for pyright" optional = true python-versions = ">=3.7" files = [ - {file = "pyright-1.1.378-py3-none-any.whl", hash = "sha256:8853776138b01bc284da07ac481235be7cc89d3176b073d2dba73636cb95be79"}, - {file = "pyright-1.1.378.tar.gz", hash = "sha256:78a043be2876d12d0af101d667e92c7734f3ebb9db71dccc2c220e7e7eb89ca2"}, + {file = "pyright-1.1.379-py3-none-any.whl", hash = "sha256:01954811ac71db8646f50de1577576dc275ffb891a9e7324350e676cf6df323f"}, + {file = "pyright-1.1.379.tar.gz", hash = "sha256:6f426cb6443786fa966b930c23ad1941c8cb9fe672e4589daea8d80bb34193ea"}, ] [package.dependencies] @@ -1806,4 +1806,4 @@ test = ["anyio", "pytest", "pytest-asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7400ae8deb24ca5bda1ebbd00fe7004d1e18b8b54e6597bf481070fd3dff770c" +content-hash = "881891561b635502b7d2defde5243c54ce78ebe63a95ceac4715b01fafc73de0" diff --git a/pyproject.toml b/pyproject.toml index dd9f176..9558bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ ruff = { version = "^0.6.3", optional = true } mypy = { version = "^1.11.2", optional = true } blacksheep-cli = { version = "^0.0.4", optional = true } rich = { version = "^13.8.0", optional = true } -pyright = { version = "^1.1.378", optional = true } +pyright = { version = "^1.1.379", optional = true } pre-commit = { version="^3.7.1", optional = true } pytest-asyncio = { version = "^0.24.0", optional = true } anyio = { version = "^4.4.0", optional = true }