Skip to content

Commit d80089a

Browse files
dependabot[bot]Tektronix Bot
andauthored
python-deps(deps-dev): update pyright requirement from 1.1.390 to 1.1.391 in the python-dependencies group (#70)
* 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.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.391) --- 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 cddc9de commit d80089a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
141+
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
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
@@ -2,20 +2,20 @@ 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 < "3.13"
33
black==24.8.0 ; python_version >= "3.8" and python_version < "3.13"
44
bracex==2.5.post1 ; python_version >= "3.8" and python_version < "3.13"
5-
certifi==2024.8.30 ; python_version >= "3.8" and python_version < "3.13"
5+
certifi==2024.12.14 ; python_version >= "3.8" and python_version < "3.13"
66
charset-normalizer==3.4.0 ; python_version >= "3.8" and python_version < "3.13"
7-
click==8.1.7 ; python_version >= "3.8" and python_version < "3.13"
7+
click==8.1.8 ; python_version >= "3.8" and python_version < "3.13"
88
codespell==2.3.0 ; python_version >= "3.8" and python_version < "3.13"
99
colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.13"
1010
editdistpy==0.1.5 ; python_version >= "3.8" and python_version < "3.13"
11-
editorconfig==0.12.4 ; python_version >= "3.8" and python_version < "3.13"
11+
editorconfig==0.17.0 ; python_version >= "3.8" and python_version < "3.13"
1212
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "3.13"
1313
griffe==1.4.0 ; python_version >= "3.8" and python_version < "3.13"
1414
hjson==3.1.0 ; python_version >= "3.8" and python_version < "3.13"
1515
idna==3.10 ; python_version >= "3.8" and python_version < "3.13"
1616
importlib-metadata==8.5.0 ; python_version >= "3.8" and python_version < "3.10"
1717
inflect==7.4.0 ; python_version >= "3.8" and python_version < "3.13"
18-
jinja2==3.1.4 ; python_version >= "3.8" and python_version < "3.13"
18+
jinja2==3.1.5 ; python_version >= "3.8" and python_version < "3.13"
1919
jsbeautifier==1.15.1 ; python_version >= "3.8" and python_version < "3.13"
2020
markdown==3.7 ; python_version >= "3.8" and python_version < "3.13"
2121
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "3.13"
@@ -40,7 +40,7 @@ packaging==24.2 ; 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.12 ; python_version >= "3.8" and python_version < "3.13"
43+
pymdown-extensions==10.13 ; 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"

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 = {extras = ["nodejs"], version = "1.1.390"}
88+
pyright = {extras = ["nodejs"], version = "1.1.391"}
8989
pyroma = "^4.2"
9090
tox = "^4.0"
9191
tox-gh-actions = "^3.1.0"

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beautifulsoup4==4.12.3 ; python_version >= "3.8" and python_version < "3.13"
2-
certifi==2024.8.30 ; python_version >= "3.8" and python_version < "3.13"
2+
certifi==2024.12.14 ; python_version >= "3.8" and python_version < "3.13"
33
chardet==5.2.0 ; python_version >= "3.8" and python_version < "3.13"
44
charset-normalizer==3.4.0 ; python_version >= "3.8" and python_version < "3.13"
55
colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.13"
@@ -11,7 +11,7 @@ exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11"
1111
future-fstrings==1.2.0 ; python_version >= "3.8" and python_version < "3.13"
1212
idna==3.10 ; python_version >= "3.8" and python_version < "3.13"
1313
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "3.13"
14-
jinja2==3.1.4 ; python_version >= "3.8" and python_version < "3.13"
14+
jinja2==3.1.5 ; python_version >= "3.8" and python_version < "3.13"
1515
linkchecker==10.3.0 ; python_version >= "3.8" and python_version < "3.13"
1616
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "3.13"
1717
mbstrdecoder==1.1.3 ; python_version >= "3.8" and python_version < "3.13"

0 commit comments

Comments
 (0)