Skip to content

Commit

Permalink
Bump pyright from 1.1.357 to 1.1.363 (#25)
Browse files Browse the repository at this point in the history
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from
1.1.357 to 1.1.363.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/68882e9e00854dcd3a4cf44a7270276cdbf6fbf3"><code>68882e9</code></a>
[pyright updated to 1.1.363] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/272">#272</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/37f413463a443ed15a44afa1a8667ae732156c19"><code>37f4134</code></a>
CI: try macos-12</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/99d301f4795e68aa60318a55745cf54316abef6f"><code>99d301f</code></a>
Pyright NPM Package update to 1.1.362</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/f9cffb836491db7cfe0aec436b6e32beba1c196e"><code>f9cffb8</code></a>
[pyright updated to 1.1.361] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/268">#268</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/642e0e9b146ddcb3ef0c4edfbe11fb1cf2b3f186"><code>642e0e9</code></a>
Pyright NPM Package update to 1.1.360 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/266">#266</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/fbc68e1d908bcb14b1a6f9cf973ae7246c079878"><code>fbc68e1</code></a>
[pyright updated to 1.1.359] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/264">#264</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/7191b6ca25caa140df4a5370b79fa3c7ad0395fb"><code>7191b6c</code></a>
[pyright updated to 1.1.358] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/260">#260</a>)</li>
<li>See full diff in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.357...v1.1.363">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyright&package-manager=pip&previous-version=1.1.357&new-version=1.1.363)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 14d1308 commit 316b94d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = "^3.10"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.0"
ruff = "^0.4.4"
pyright = "^1.1.355"
pyright = "^1.1.363"
pytest = "^8.1.1"
pytest-asyncio = "^0.23.6"
pytest-mock = "^3.14.0"
Expand Down

0 comments on commit 316b94d

Please sign in to comment.