Skip to content

Commit 8e8866e

Browse files
python-deps(deps-dev): update pyright requirement from 1.1.380 to 1.1.381 in the python-dependencies group (#46)
* python-deps(deps-dev): update pyright requirement Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `pyright` to 1.1.381 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.380...v1.1.381) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * ci: Update dependency updater workflow --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felt, Nicholas <[email protected]>
1 parent 1c49d26 commit 8e8866e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/update-python-and-pre-commit-dependencies.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
with:
1111
commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }}
1212
commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }}
13-
dependency-dict: '{"dev": ["pylint", "pyright"]}'
1413
update-pre-commit: true
1514
run-pre-commit: true
1615
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pre-commit = [
8585
{python = "3.8", version = "^3.5"}
8686
]
8787
pylint = "3.2.7"
88-
pyright = "1.1.380"
88+
pyright = "1.1.381"
8989
pyroma = "^4.2"
9090
tox = "^4.0"
9191
tox-gh-actions = "^3.1.0"

0 commit comments

Comments
 (0)