Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Update dependencies.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tektronix Bot <[email protected]>
  • Loading branch information
dependabot[bot] and tek-githubbot-1010 authored Nov 4, 2024
1 parent 7ad2353 commit 1513681
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
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: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0
rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-include-markdown-plugin==6.2.2 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-literate-nav==0.6.1 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-macros-plugin==1.3.6 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-macros-plugin==1.3.7 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-mermaid2-plugin==1.2.1 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "3.13"
mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "3.13"
mkdocstrings==0.26.1 ; python_version >= "3.8" and python_version < "3.13"
Expand All @@ -40,19 +40,19 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "3.13"
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13"
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13"
pygments==2.18.0 ; python_version >= "3.8" and python_version < "3.13"
pymdown-extensions==10.11.2 ; python_version >= "3.8" and python_version < "3.13"
pymdown-extensions==10.12 ; python_version >= "3.8" and python_version < "3.13"
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13"
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.2.0 ; 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"
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"
termcolor==2.4.0 ; python_version >= "3.8" and python_version < "3.13"
tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.13"
typeguard==4.3.0 ; python_version >= "3.8" and python_version < "3.13"
typeguard==4.4.0 ; python_version >= "3.8" and python_version < "3.13"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13"
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"
watchdog==4.0.2 ; 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 @@ -82,7 +82,7 @@ pre-commit = [
{python = "3.8", version = "^3.5"}
]
pylint = "3.2.7"
pyright = "1.1.386"
pyright = "1.1.387"
pyroma = "^4.2"
pyvisa = "^1.14.1"
tm_devices = "^2.3.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 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "3.13"
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13"
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.2.0 ; 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"
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"
Expand Down

0 comments on commit 1513681

Please sign in to comment.