build(deps): bump the test-and-lint-dependencies group with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(8 months ago)
(8 months ago)
(8 months ago)
by lukpueh
dependencies python
Bumps the test-and-lint-dependencies group with 2 updates: ruff and zizmor.
Updates ruff from 0.13.1 to 0.13.2
Release notes
Sourced from ruff's releases.
0.13.2
Release Notes
Released on 2025-09-25.
Preview features
- [
flake8-async] Implementblocking-path-method(ASYNC240) (#20264)- [
flake8-bugbear] Implementmap-without-explicit-strict(B912) (#20429)- [
flake8-bultins] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003) (#20178)- [
ruff] Implementlogging-eager-conversion(RUF065) (#19942)- Include
.pywfiles by default when linting and formatting (#20458)Bug fixes
- Deduplicate input paths (#20105)
- [
flake8-comprehensions] Preserve trailing commas for single-element lists (C409) (#19571)- [
flake8-pyi] Avoid syntax error from conflict withPIE790(PYI021) (#20010)- [
flake8-simplify] Correct fix for positivemaxsplitwithout separator (SIM905) (#20056)- [
pyupgrade] FixUP008not to apply when__class__is a local variable (#20497)- [
ruff] FixB004to skip invalidhasattr/getattrcalls (#20486)- [
ruff] Replace-nanwithnanwhen using the value to construct aDecimal(FURB164) (#20391)Documentation
- Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
- Update import path to
ruff-wasm-web(#20539)- [
flake8-bandit] Clarify the supported hashing functions (S324) (#20534)Other changes
- [
playground] Allow hover quick fixes to appear for overlapping diagnostics (#20527)- [
playground] Fix non‑BMP code point handling in quick fixes and markers (#20526)Contributors
@BurntSushi@mtshiba@second-ed@danparizher@ShikChen@PieterCK@GDYendell@RazerM@TaKO8Ki@amyreese@ntbre@MichaReiserInstall ruff 0.13.2
... (truncated)
Changelog
Sourced from ruff's changelog.
0.13.2
Released on 2025-09-25.
Preview features
- [
flake8-async] Implementblocking-path-method(ASYNC240) (#20264)- [
flake8-bugbear] Implementmap-without-explicit-strict(B912) (#20429)- [
flake8-bultins] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003) (#20178)- [
ruff] Implementlogging-eager-conversion(RUF065) (#19942)- Include
.pywfiles by default when linting and formatting (#20458)Bug fixes
- Deduplicate input paths (#20105)
- [
flake8-comprehensions] Preserve trailing commas for single-element lists (C409) (#19571)- [
flake8-pyi] Avoid syntax error from conflict withPIE790(PYI021) (#20010)- [
flake8-simplify] Correct fix for positivemaxsplitwithout separator (SIM905) (#20056)- [
pyupgrade] FixUP008not to apply when__class__is a local variable (#20497)- [
ruff] FixB004to skip invalidhasattr/getattrcalls (#20486)- [
ruff] Replace-nanwithnanwhen using the value to construct aDecimal(FURB164) (#20391)Documentation
- Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
- Update import path to
ruff-wasm-web(#20539)- [
flake8-bandit] Clarify the supported hashing functions (S324) (#20534)Other changes
- [
playground] Allow hover quick fixes to appear for overlapping diagnostics (#20527)- [
playground] Fix non‑BMP code point handling in quick fixes and markers (#20526)Contributors
Commits
b0bdf03Bump 0.13.2 (#20576)7331d39Update rooster to 0.1.0 (#20575)529e5fa[ty] Ecosystem analyzer: timing report (#20571)efbb80f[ty] Remove hack in protocol satisfiability check (#20568)9f3cffcAdd 'Finding ways to help' to CONTRIBUTING.md (#20567)21be94a[ty] Explicitly test assignability/subtyping between unions of nominal types ...b7d5dc9[ty] Add tests for interactions of@classmethod,@staticmethod, and proto...e1bb74b[ty] Match variadic argument to variadic parameter (#20511)edeb458[ty] fallback to resolve_real_module in file_to_module (#20461)bea92c8[ty] More precise type inference for dictionary literals (#20523)- Additional commits viewable in compare view
Updates zizmor from 1.13.0 to 1.14.2
Release notes
Sourced from zizmor's releases.
v1.14.2
Bug Fixes 🐛🔗
- Fixed a bug where the use-trusted-publishing audit would produce-false positive findings for some run: blocks that implicitly performed trusted publishing (#1191)
v1.14.1
Bug Fixes 🐛🔗
- Fixed a bug where the ref-version-mismatch would incorrectly show the wrong commit SHAs in its findings (#1183)
v1.14.0
New Features 🌈🔗
New audit: ref-version-mismatch detects mismatches between hash-pinned action references and their version comments (#972)
Many thanks to
@segiddinsfor implementing this audit!Enhancements 🌱🔗
zizmor no longer uses the "Unknown" severity or confidence levels for any findings. All findings previously categorized at these levels are now given a more meaningful level (#1164)
The use-trusted-publishing audit now detects various Trusted Publishing patterns for the npm ecosystem (#1161)
Many thanks to
@KristianGrafanafor implementing this improvement!The unsound-condition audit now supports auto-fixes for many findings (#1089)
Many thanks to
@mostafafor implementing this improvement!zizmor's error handling has been restructured, improving the quality of error messages and their associated suggestions (#1169)
Bug Fixes 🐛🔗
Fixed a bug where the cache-poisoning audit would fail to detect some cache usage variants in newer versions of actions/setup-node (#1152)
Fixed a bug where the obfuscation audit would incorrectly flag some subexpressions as constant-reducible when they were not (#1170)
Deprecations ⚠️🔗
The unknown values for --min-severity and --min-confidence are now deprecated. These values were already no-ops (and have been since introduction), and will be removed in a future release (#1164)
Until removal, using these values will emit a warning.
Changelog
Sourced from zizmor's changelog.
1.14.2
Bug Fixes 🐛
- Fixed a bug where the [use-trusted-publishing] audit would produce-false positive findings for some
run:blocks that implicitly performed trusted publishing (#1191)1.14.1
Bug Fixes 🐛
- Fixed a bug where the [ref-version-mismatch] would incorrectly show the wrong commit SHAs in its findings (#1183)
1.14.0
New Features 🌈
New audit: [ref-version-mismatch] detects mismatches between hash-pinned action references and their version comments (#972)
Many thanks to
@segiddinsfor implementing this audit!Enhancements 🌱
zizmorno longer uses the "Unknown" severity or confidence levels for any findings. All findings previously categorized at these levels are now given a more meaningful level (#1164)The [use-trusted-publishing] audit now detects various Trusted Publishing patterns for the npm ecosystem (#1161)
Many thanks to
@KristianGrafanafor implementing this improvement!The [unsound-condition] audit now supports auto-fixes for many findings (#1089)
Many thanks to
@mostafafor implementing this improvement!
zizmor's error handling has been restructured, improving the quality of error messages and their associated suggestions (#1169)Bug Fixes 🐛
Fixed a bug where the [cache-poisoning] audit would fail to detect some cache usage variants in newer versions of
actions/setup-node(#1152)Fixed a bug where the [obfuscation] audit would incorrectly flag
... (truncated)
Commits
03af241prep release 1.14.2 (#1193)0b8b2b0fix(use-trusted-publishing): eliminate FPs (#1192)6c8b251prep 1.14.1 (#1185)15784e6fix(ref-version-mismatch): correct commit SHA in audit message (#1183)cc88277docs: bump trophies (#1182)b5334ceprep for 1.14.0 release (#1180)48b8ecedocs: documentref-version-mismatchaudit (#1179)9ed3607fix(obfuscation): don't consider fromJSON(...) constant-reducible (#1178)ffd91b1refactor: formalize input collection errors (#1169)896470edocs: bump trophies (#1173)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+2
-2
Technical Details
| ID: | 8768879 |
| UUID: | 2872256325 |
| Node ID: | PR_kwDOAHkylc6rMydF |
| Host: | GitHub |
| Repository: | theupdateframework/python-tuf |
| Merge State: | Unknown |