Skip to content

Commit 1513681

Browse files
dependabot[bot]Tektronix Bot
andauthored
python-deps(deps-dev): update pyright requirement from 1.1.386 to 1.1.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]>
1 parent 7ad2353 commit 1513681

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ repos:
138138
always_run: true
139139
args: [audit, --json, --ignore-code=CVE-2019-8341]
140140
- repo: https://github.com/astral-sh/ruff-pre-commit
141-
rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0
141+
rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
142142
hooks:
143143
- id: ruff
144144
args: [--fix, --exit-non-zero-on-fix]

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "3.13"
2727
mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "3.13"
2828
mkdocs-include-markdown-plugin==6.2.2 ; python_version >= "3.8" and python_version < "3.13"
2929
mkdocs-literate-nav==0.6.1 ; python_version >= "3.8" and python_version < "3.13"
30-
mkdocs-macros-plugin==1.3.6 ; python_version >= "3.8" and python_version < "3.13"
31-
mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "3.13"
30+
mkdocs-macros-plugin==1.3.7 ; python_version >= "3.8" and python_version < "3.13"
31+
mkdocs-mermaid2-plugin==1.2.1 ; python_version >= "3.8" and python_version < "3.13"
3232
mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "3.13"
3333
mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "3.13"
3434
mkdocstrings==0.26.1 ; python_version >= "3.8" and python_version < "3.13"
@@ -40,19 +40,19 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "3.13"
4040
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "3.13"
4141
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "3.13"
4242
pygments==2.18.0 ; python_version >= "3.8" and python_version < "3.13"
43-
pymdown-extensions==10.11.2 ; python_version >= "3.8" and python_version < "3.13"
43+
pymdown-extensions==10.12 ; python_version >= "3.8" and python_version < "3.13"
4444
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13"
4545
pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "3.13"
4646
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "3.13"
4747
requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13"
48-
setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13"
48+
setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13"
4949
six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
5050
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
5151
super-collections==0.5.3 ; python_version >= "3.8" and python_version < "3.13"
5252
symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "3.13"
5353
termcolor==2.4.0 ; python_version >= "3.8" and python_version < "3.13"
5454
tomli==2.0.2 ; python_version >= "3.8" and python_version < "3.13"
55-
typeguard==4.3.0 ; python_version >= "3.8" and python_version < "3.13"
55+
typeguard==4.4.0 ; python_version >= "3.8" and python_version < "3.13"
5656
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13"
5757
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "3.13"
5858
watchdog==4.0.2 ; python_version >= "3.8" and python_version < "3.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pre-commit = [
8282
{python = "3.8", version = "^3.5"}
8383
]
8484
pylint = "3.2.7"
85-
pyright = "1.1.386"
85+
pyright = "1.1.387"
8686
pyroma = "^4.2"
8787
pyvisa = "^1.14.1"
8888
tm_devices = "^2.3.0"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "3.13"
3232
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "3.13"
3333
pytz==2024.2 ; python_version >= "3.8" and python_version < "3.13"
3434
requests==2.32.3 ; python_version >= "3.8" and python_version < "3.13"
35-
setuptools==75.2.0 ; python_version >= "3.8" and python_version < "3.13"
35+
setuptools==75.3.0 ; python_version >= "3.8" and python_version < "3.13"
3636
six==1.16.0 ; python_version >= "3.8" and python_version < "3.13"
3737
soupsieve==2.6 ; python_version >= "3.8" and python_version < "3.13"
3838
tabledata==1.3.3 ; python_version >= "3.8" and python_version < "3.13"

0 commit comments

Comments
 (0)