Skip to content

chore(deps): update testing deps (patch)#83

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-testing-deps
Open

chore(deps): update testing deps (patch)#83
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-testing-deps

Conversation

@renovate

@renovate renovate Bot commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ruff (source, changelog) 0.14.50.14.14 age confidence
tenacity 9.1.29.1.4 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

astral-sh/ruff (ruff)

v0.14.14

Compare Source

Released on 2026-01-22.

Preview features
  • Preserve required parentheses in lambda bodies (#​22747)
  • Combine range suppression code diagnostics (#​22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#​22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#​22114)
Bug fixes
  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#​22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#​22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#​22717)
Rule changes
Documentation
  • Add --exit-non-zero-on-format to formatter exit codes section (#​22761)
  • Update contributing guide for adding a new rule (#​22779)
  • [FastAPI] Document fix safety for FAST001 (#​22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#​22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#​22561)
  • [refurb] Make the example work out of box (FURB101) (#​22770)
  • [refurb] Make the example work out of box (FURB103) (#​22769)
Contributors

v0.14.13

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

v0.14.12

Released on 2026-01-15.

Preview features
  • [flake8-blind-except] Allow more logging methods (BLE001) (#​22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#​22515)
Bug fixes
  • Fix configuration path in --show-settings (#​22478)
  • Respect fmt: skip for multiple statements on the same logical line (#​22119)
Rule changes
  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#​22519)
  • [isort] Insert imports in alphabetical order (I002) (#​22493)
Documentation
  • Add llms.txt support for documentation (#​22463)
  • Use prek in documentation and CI (#​22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#​22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#​22558)
  • [ruff] document RUF100 trailing comment fix behavior (#​22479)
Other changes
  • wasm: Require explicit logging initialization (#​22587)
Contributors

v0.14.11

Compare Source

Released on 2026-01-08.

Preview features
  • Consolidate diagnostics for matched disable/enable suppression comments (#​22099)
  • Report diagnostics for invalid/unmatched range suppression comments (#​21908)
  • [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303) (#​22046)
  • [refurb] Mark FURB192 fix as always unsafe (#​22210)
  • [ruff] Add non-empty-init-module (RUF067) (#​22143)
Bug fixes
  • Fix GitHub format for multi-line diagnostics (#​22108)
  • [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001) (#​22214)
Rule changes
  • Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty (#​22331)
  • [pylint] Demote PLW1510 fix to display-only (#​22318)
  • [pylint] Ignore identical members (PLR1714) (#​22220)
  • [pylint] Improve diagnostic range for PLC0206 (#​22312)
  • [ruff] Improve fix title for RUF102 invalid rule code (#​22100)
  • [flake8-simplify]: Avoid unnecessary builtins import for SIM105 (#​22358)
Configuration
  • Allow Python 3.15 as valid target-version value in preview (#​22419)
  • Check required-version before parsing rules (#​22410)
  • Include configured src directories when resolving graphs (#​22451)
Documentation
  • Update T201 suggestion to not use root logger to satisfy LOG015 (#​22059)
  • Fix iter example in unsafe fixes doc (#​22118)
  • [flake8_print] better suggestion for basicConfig in T201 docs (#​22101)
  • [pylint] Restore the fix safety docs for PLW0133 (#​22211)
  • Fix Jupyter notebook discovery info for editors (#​22447)
Contributors

v0.14.10

Compare Source

Released on 2025-12-18.

Preview features
  • [formatter] Fluent formatting of method chains (#​21369)
  • [formatter] Keep lambda parameters on one line and parenthesize the body if it expands (#​21385)
  • [flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) (#​21972)
  • [flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104, PTH105, PTH109, PTH115) (#​22009)
  • [refurb] Extend support for Path.open (FURB101, FURB103) (#​21080)
Bug fixes
  • [pyupgrade] Fix parsing named Unicode escape sequences (UP032) (#​21901)
Rule changes
  • [eradicate] Ignore ruff:disable and ruff:enable comments in ERA001 (#​22038)
  • [flake8-pytest-style] Allow match and check keyword arguments without an expected exception type (PT010) (#​21964)
  • [syntax-errors] Annotated name cannot be global (#​20868)
Documentation
  • Add uv and ty to the Ruff README (#​21996)
  • Document known lambda formatting deviations from Black (#​21954)
  • Update setup.md (#​22024)
  • [flake8-bandit] Fix broken link (S704) (#​22039)
Other changes
  • Fix playground Share button showing "Copied!" before clipboard copy completes (#​21942)
Contributors

v0.14.9

Compare Source

Released on 2025-12-11.

Preview features
  • [ruff] New RUF100 diagnostics for unused range suppressions (#​21783)
  • [pylint] Detect subclasses of builtin exceptions (PLW0133) (#​21382)
Bug fixes
  • Fix comment placement in lambda parameters (#​21868)
  • Skip over trivia tokens after re-lexing (#​21895)
  • [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). (#​21830)
  • [flake8-bugbear] Accept immutable slice default arguments (B008) (#​21823)
Rule changes
  • [pydocstyle] Suppress D417 for parameters with Unpack annotations (#​21816)
Performance
  • Use memchr for computing line indexes (#​21838)
Documentation
  • Document *.pyw is included by default in preview (#​21885)
  • Document range suppressions, reorganize suppression docs (#​21884)
  • Update mkdocs-material to 9.7.0 (Insiders now free) (#​21797)
Contributors

v0.14.8

Compare Source

Released on 2025-12-04.

Preview features
  • [flake8-bugbear] Catch yield expressions within other statements (B901) (#​21200)
  • [flake8-use-pathlib] Mark fixes unsafe for return type changes (PTH104, PTH105, PTH109, PTH115) (#​21440)
Bug fixes
  • Fix syntax error false positives for await outside functions (#​21763)
  • [flake8-simplify] Fix truthiness assumption for non-iterable arguments in tuple/list/set calls (SIM222, SIM223) (#​21479)
Documentation
  • Suggest using --output-file option in GitLab integration (#​21706)
Other changes
  • [syntax-error] Default type parameter followed by non-default type parameter (#​21657)
Contributors

v0.14.7

Compare Source

Released on 2025-11-28.

Preview features
  • [flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310) (#​21469)
  • [pylint] Fix PLR1708 false positives on nested functions (#​21177)
  • [pylint] Fix suppression for empty dict without tuple key annotation (PLE1141) (#​21290)
  • [ruff] Add rule RUF066 to detect unnecessary class properties (#​21535)
  • [ruff] Catch more dummy variable uses (RUF052) (#​19799)
Bug fixes
  • [server] Set severity for non-rule diagnostics (#​21559)
  • [flake8-implicit-str-concat] Avoid invalid fix in (ISC003) (#​21517)
  • [parser] Fix panic when parsing IPython escape command expressions (#​21480)
CLI
  • Show partial fixability indicator in statistics output (#​21513)
Contributors

v0.14.6

Compare Source

Released on 2025-11-21.

Preview features
  • [flake8-bandit] Support new PySNMP API paths (S508, S509) (#​21374)
Bug fixes
  • Adjust own-line comment placement between branches (#​21185)
  • Avoid syntax error when formatting attribute expressions with outer parentheses, parenthesized value, and trailing comment on value (#​20418)
  • Fix panic when formatting comments in unary expressions (#​21501)
  • Respect fmt: skip for compound statements on a single line (#​20633)
  • [refurb] Fix FURB103 autofix (#​21454)
  • [ruff] Fix false positive for complex conversion specifiers in logging-eager-conversion (RUF065) (#​21464)
Rule changes
  • [ruff] Avoid false positive on ClassVar reassignment (RUF012) (#​21478)
CLI
  • Render hyperlinks for lint errors (#​21514)
  • Add a ruff analyze option to skip over imports in TYPE_CHECKING blocks (#​21472)
Documentation
  • Limit eglot-format hook to eglot-managed Python buffers (#​21459)
  • Mention force-exclude in "Configuration > Python file discovery" (#​21500)
Contributors
jd/tenacity (tenacity)

v9.1.4

Compare Source

What's Changed

Full Changelog: jd/tenacity@9.1.3...9.1.4

v9.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: jd/tenacity@9.1.2...9.1.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Nov 24, 2025

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 08ab5fe to bc4cba7 Compare November 28, 2025 23:47
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.6 chore(deps): update dependency ruff to v0.14.7 Nov 28, 2025
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from bc4cba7 to 44fe3d4 Compare December 4, 2025 17:06
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.7 chore(deps): update dependency ruff to v0.14.8 Dec 4, 2025
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.8 chore(deps): update dependency ruff to v0.14.9 Dec 12, 2025
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch 2 times, most recently from bba4755 to 0335949 Compare December 18, 2025 19:36
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.9 chore(deps): update dependency ruff to v0.14.10 Dec 18, 2025
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 0335949 to a9f79c7 Compare January 8, 2026 21:02
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.10 chore(deps): update dependency ruff to v0.14.11 Jan 8, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from a9f79c7 to 07bf8fd Compare January 15, 2026 19:41
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.11 chore(deps): update dependency ruff to v0.14.12 Jan 15, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 07bf8fd to 43a36a9 Compare January 15, 2026 22:53
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.12 chore(deps): update dependency ruff to v0.14.13 Jan 15, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 43a36a9 to 2900c56 Compare January 22, 2026 22:46
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.13 chore(deps): update dependency ruff to v0.14.14 Jan 22, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 2900c56 to 93f8a14 Compare February 5, 2026 12:36
@renovate renovate Bot changed the title chore(deps): update dependency ruff to v0.14.14 chore(deps): update testing deps (patch) Feb 5, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 93f8a14 to ff6ff41 Compare February 7, 2026 14:49
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from ff6ff41 to 4c0b6ed Compare April 26, 2026 23:01
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update dependency tenacity to v9.1.4 Apr 26, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 4c0b6ed to 4de5474 Compare April 27, 2026 03:05
@renovate renovate Bot changed the title chore(deps): update dependency tenacity to v9.1.4 chore(deps): update testing deps (patch) Apr 27, 2026
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update dependency tenacity to v9.1.4 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 4de5474 to 86beb37 Compare May 13, 2026 07:00
@renovate renovate Bot changed the title chore(deps): update dependency tenacity to v9.1.4 chore(deps): update testing deps (patch) May 13, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 86beb37 to 8b4dc83 Compare May 13, 2026 12:33
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 8b4dc83 to 9386a6c Compare May 22, 2026 12:57
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update dependency tenacity to v9.1.4 May 22, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 9386a6c to f274bcb Compare May 22, 2026 21:41
@renovate renovate Bot changed the title chore(deps): update dependency tenacity to v9.1.4 chore(deps): update testing deps (patch) May 22, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from f274bcb to 0f3ee16 Compare June 4, 2026 08:50
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update testing deps to v9.1.4 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 0f3ee16 to b4606a7 Compare June 4, 2026 17:16
@renovate renovate Bot changed the title chore(deps): update testing deps to v9.1.4 chore(deps): update testing deps (patch) Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from b4606a7 to 61e47e0 Compare June 6, 2026 03:37
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update testing deps to v9.1.4 Jun 6, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 61e47e0 to 70cf592 Compare June 6, 2026 07:03
@renovate renovate Bot changed the title chore(deps): update testing deps to v9.1.4 chore(deps): update testing deps (patch) Jun 6, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 70cf592 to 38df211 Compare June 12, 2026 09:00
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update testing deps to v9.1.4 Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 38df211 to 3cc6cde Compare June 12, 2026 21:59
@renovate renovate Bot changed the title chore(deps): update testing deps to v9.1.4 chore(deps): update testing deps (patch) Jun 12, 2026
@renovate renovate Bot changed the title chore(deps): update testing deps (patch) chore(deps): update testing deps to v9.1.4 Jun 16, 2026
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 3cc6cde to 78aeea4 Compare June 16, 2026 16:10
@renovate
renovate Bot force-pushed the renovate/patch-testing-deps branch from 78aeea4 to 67c6f26 Compare June 16, 2026 20:51
@renovate renovate Bot changed the title chore(deps): update testing deps to v9.1.4 chore(deps): update testing deps (patch) Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants