Skip to content

Commit

Permalink
python-deps(deps-dev): update pyright requirement from 1.1.389 to 1.1…
Browse files Browse the repository at this point in the history
….390 in the python-dependencies group (#69)

* 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.390
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.389...v1.1.390)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Update dependencies.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tektronix Bot <GithubBot-1010@fortive.onmicrosoft.com>
  • Loading branch information
dependabot[bot] and tek-githubbot-1010 authored Dec 10, 2024
1 parent 902fb26 commit 78c02a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0
rev: 27499d727f5ceff802bda34bbda314644824ce06 # frozen: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -138,7 +138,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1
rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "3.13"
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13"
setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
six==1.17.0 ; python_version >= "3.8" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
super-collections==0.5.3 ; python_version >= "3.8" and python_version < "3.13"
symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pre-commit = [
{python = "3.8", version = "^3.5"}
]
pylint = "3.2.7"
pyright = {extras = ["nodejs"], version = "1.1.389"}
pyright = {extras = ["nodejs"], version = "1.1.390"}
pyroma = "^4.2"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.1
pytz==2024.2 ; python_version >= "3.8" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13"
setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
six==1.17.0 ; python_version >= "3.8" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
tabledata==1.3.3 ; python_version >= "3.8" and python_version < "3.13"
tcolorpy==0.1.6 ; python_version >= "3.8" and python_version < "3.13"
Expand Down

0 comments on commit 78c02a8

Please sign in to comment.