Skip to content

Commit 12a4af4

Browse files
dependabot[bot]Tektronix Bot
andauthored
python-deps(deps-dev): update pyright requirement from 1.1.381 to 1.1.382.post1 in the python-dependencies group (#29)
* 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.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.381...v1.1.382.post1) --- 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 1965abc commit 12a4af4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ repos:
4747
- id: check-github-workflows
4848
args: [--verbose]
4949
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
50-
rev: c01fb5723b54075325cd9b5e5665a9ae84baf950 # frozen: v1.7.1.15
50+
rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16
5151
hooks:
5252
- id: actionlint
5353
additional_dependencies: [pyflakes, shellcheck-py]
5454
- repo: https://github.com/commitizen-tools/commitizen
55-
rev: d7e01aa9b0cfe3c1b732e66d523bbd0656221127 # frozen: v3.29.0
55+
rev: a3498aba5e94c9f7c4acb529b5e7eb6df65fd053 # frozen: v3.29.1
5656
hooks:
5757
- id: commitizen
5858
stages: [commit-msg]
@@ -144,7 +144,7 @@ repos:
144144
always_run: true
145145
args: [audit, --json, --ignore-code=CVE-2019-8341]
146146
- repo: https://github.com/astral-sh/ruff-pre-commit
147-
rev: 79f422bd92eb329a21b6f3540010c015f61e484e # frozen: v0.6.5
147+
rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
148148
hooks:
149149
- id: ruff
150150
args: [--fix, --exit-non-zero-on-fix]

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
astunparse==1.6.3 ; python_version >= "3.8" and python_version < "3.9"
22
beautifulsoup4==4.12.3 ; python_version >= "3.8" and python_version < "4.0"
33
black==24.8.0 ; python_version >= "3.8" and python_version < "4.0"
4-
bracex==2.5 ; python_version >= "3.8" and python_version < "4.0"
4+
bracex==2.5.post1 ; python_version >= "3.8" and python_version < "4.0"
55
certifi==2024.8.30 ; python_version >= "3.8" and python_version < "4.0"
66
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0"
77
click==8.1.7 ; python_version >= "3.8" and python_version < "4.0"
@@ -37,7 +37,7 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "4.0"
3737
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0"
3838
platformdirs==4.3.6 ; python_version >= "3.8" and python_version < "4.0"
3939
pygments==2.18.0 ; python_version >= "3.8" and python_version < "4.0"
40-
pymdown-extensions==10.9 ; python_version >= "3.8" and python_version < "4.0"
40+
pymdown-extensions==10.11.1 ; python_version >= "3.8" and python_version < "4.0"
4141
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0"
4242
pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "4.0"
4343
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4.0"
@@ -51,6 +51,6 @@ tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
5151
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.11"
5252
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "4.0"
5353
watchdog==4.0.2 ; python_version >= "3.8" and python_version < "4.0"
54-
wcmatch==9.0 ; python_version >= "3.8" and python_version < "4.0"
54+
wcmatch==10.0 ; python_version >= "3.8" and python_version < "4.0"
5555
wheel==0.44.0 ; python_version >= "3.8" and python_version < "3.9"
5656
zipp==3.20.2 ; python_version >= "3.8" and python_version < "3.10"

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.381"
85+
pyright = "1.1.382.post1"
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
@@ -24,7 +24,7 @@ pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "4.0"
2424
pytest==8.3.3 ; python_version >= "3.8" and python_version < "4.0"
2525
pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4.0"
2626
pytest-depends==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
27-
pytest-env==1.1.4 ; python_version >= "3.8" and python_version < "4.0"
27+
pytest-env==1.1.5 ; python_version >= "3.8" and python_version < "4.0"
2828
pytest-github-report==0.0.1 ; python_version >= "3.8" and python_version < "4.0"
2929
pytest-html==4.1.1 ; python_version >= "3.8" and python_version < "4.0"
3030
pytest-metadata==3.1.1 ; python_version >= "3.8" and python_version < "4.0"

0 commit comments

Comments
 (0)