Skip to content

Commit 1bdf67e

Browse files
dependabot[bot]Tektronix Botnfelt14
authored
python-deps(deps-dev): update pyright requirement from 1.1.382.post1 to 1.1.383 in the python-dependencies group (#52)
* 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.383 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.382.post1...v1.1.383) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Update dependencies. * ci: Remove pre-commit hook that no longer works on Python 3.8 and replace with one that does * fix: Fix missing dep in pre-commit hook --------- 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]> Co-authored-by: Felt, Nicholas <[email protected]>
1 parent b8885e5 commit 1bdf67e

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313
- poetry-audit
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
16+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
1717
hooks:
1818
- id: check-yaml
1919
args: [--unsafe]
@@ -47,7 +47,7 @@ repos:
4747
- id: check-github-workflows
4848
args: [--verbose]
4949
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
50-
rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16
50+
rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17
5151
hooks:
5252
- id: actionlint
5353
additional_dependencies: [pyflakes, shellcheck-py]
@@ -56,13 +56,6 @@ repos:
5656
hooks:
5757
- id: commitizen
5858
stages: [commit-msg]
59-
- repo: https://github.com/adamchainz/blacken-docs
60-
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
61-
hooks:
62-
- id: blacken-docs
63-
files: \.(rst|md|markdown|tex)$
64-
additional_dependencies: [black==24.4.2] # This may need to be updated/removed in the future once ruff supports formatting python code blocks in markdown
65-
args: [--line-length=100]
6659
- repo: https://github.com/lyz-code/yamlfix
6760
rev: 8072181c0f2eab9f2dd8db2eb3b9556d7cd0bd74 # frozen: 1.17.0
6861
hooks:
@@ -84,6 +77,7 @@ repos:
8477
additional_dependencies:
8578
- setuptools # This is required since Python 3.12 no longer installs setuptools by default in virtual environments
8679
- mdformat-admon
80+
- mdformat-black # This may need to be updated/removed in the future once ruff supports formatting python code blocks in markdown
8781
- mdformat-beautysh
8882
- mdformat-config
8983
- mdformat-footnote
@@ -144,7 +138,7 @@ repos:
144138
always_run: true
145139
args: [audit, --json, --ignore-code=CVE-2019-8341]
146140
- repo: https://github.com/astral-sh/ruff-pre-commit
147-
rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
141+
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
148142
hooks:
149143
- id: ruff
150144
args: [--fix, --exit-non-zero-on-fix]

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
1010
editdistpy==0.1.5 ; python_version >= "3.8" and python_version < "4.0"
1111
editorconfig==0.12.4 ; python_version >= "3.8" and python_version < "4.0"
1212
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0"
13-
griffe==1.3.1 ; python_version >= "3.8" and python_version < "4.0"
13+
griffe==1.3.2 ; python_version >= "3.8" and python_version < "4.0"
1414
idna==3.10 ; python_version >= "3.8" and python_version < "4.0"
1515
importlib-metadata==8.5.0 ; python_version >= "3.8" and python_version < "3.10"
1616
jinja2==3.1.4 ; 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.11.1 ; python_version >= "3.8" and python_version < "4.0"
40+
pymdown-extensions==10.11.2 ; 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"
@@ -47,7 +47,7 @@ six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
4747
soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0"
4848
symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "4.0"
4949
termcolor==2.4.0 ; python_version >= "3.8" and python_version < "4.0"
50-
tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
50+
tomli==2.0.2 ; 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"

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 = "1.1.382.post1"
88+
pyright = "1.1.383"
8989
pyroma = "^4.2"
9090
tox = "^4.0"
9191
tox-gh-actions = "^3.1.0"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
3636
soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0"
3737
tabledata==1.3.3 ; python_version >= "3.8" and python_version < "4.0"
3838
tcolorpy==0.1.6 ; python_version >= "3.8" and python_version < "4.0"
39-
tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
39+
tomli==2.0.2 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
4040
typepy==1.3.2 ; python_version >= "3.8" and python_version < "4.0"
4141
typepy[datetime]==1.3.2 ; python_version >= "3.8" and python_version < "4.0"
4242
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "4.0"

0 commit comments

Comments
 (0)