Skip to content

Commit 73aea27

Browse files
dependabot[bot]Tektronix Bot
andauthored
python-deps(deps): bump the python-dependencies group with 2 updates (#472)
* python-deps(deps): bump the python-dependencies group with 2 updates Updates the requirements on [pyroma](https://github.com/regebro/pyroma) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pyroma` to 5.0 - [Changelog](https://github.com/regebro/pyroma/blob/master/CHANGES.txt) - [Commits](regebro/pyroma@4.2...5.0) Updates `ruff` from 0.12.3 to 0.12.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.3...0.12.4) --- updated-dependencies: - dependency-name: pyroma dependency-version: '5.0' dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch 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 5abd56c commit 73aea27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ repos:
152152
pass_filenames: false
153153
args: [scripts/generate_schema.py]
154154
- repo: https://github.com/astral-sh/ruff-pre-commit
155-
rev: 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
155+
rev: 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
156156
hooks:
157157
- id: ruff-check
158158
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ poetry-pre-commit-plugin = "^0.2.2"
111111
pre-commit = "^4.2"
112112
pylint = "3.3.7"
113113
pyright = {extras = ["nodejs"], version = "1.1.403"}
114-
pyroma = "^4.2"
114+
pyroma = "^5.0"
115115
tox = "^4.0"
116116
tox-gh-actions = "^3.1.0"
117117
twine = "^6.0.1"
@@ -157,7 +157,7 @@ pytest-github-report = "^0.0.1"
157157
pytest-html = "^4.1.1"
158158
pytest-order = "^1.2.1"
159159
pytest-repeat = "^0.9.4"
160-
ruff = "0.12.3"
160+
ruff = "0.12.4"
161161

162162
[tool.poetry.scripts]
163163
list-visa-resources = "tm_devices:print_available_visa_devices"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pytest-repeat==0.9.4 ; python_full_version >= "3.9.2" and python_version < "3.14
4040
python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4141
pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "3.14"
4242
requests==2.32.4 ; python_full_version >= "3.9.2" and python_version < "3.14"
43-
ruff==0.12.3 ; python_full_version >= "3.9.2" and python_version < "3.14"
43+
ruff==0.12.4 ; python_full_version >= "3.9.2" and python_version < "3.14"
4444
setuptools==80.9.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4545
six==1.17.0 ; python_full_version >= "3.9.2" and python_version < "3.14"
4646
soupsieve==2.7 ; python_full_version >= "3.9.2" and python_version < "3.14"

0 commit comments

Comments
 (0)