Skip to content

fix(deps): update all minor dependencies#404

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor
Open

fix(deps): update all minor dependencies#404
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 21, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
beautifulsoup4 (changelog) 4.12.34.14.3 age confidence test minor
certifi 2024.8.302024.12.14 age confidence dependencies minor
fakeredis 2.25.12.35.1 age confidence test minor
mypy (changelog) 1.19.11.20.0 age confidence test minor 1.20.1
python ~3.12.7~3.14.0 age confidence dependencies minor
python 3.123.14.3 age confidence final minor 3.14.4
ruff (source, changelog) ^0.8.2^0.15.0 age confidence test minor 0.15.11
types-requests (changelog) 2.32.4.202509132.33.0.20260408 age confidence test minor

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

certifi/python-certifi (certifi)

v2024.12.14

Compare Source

cunla/fakeredis-py (fakeredis)

v2.35.1

Compare Source

🐛 Bug Fixes
  • fix: Breaking change in 2.35.0: FakeConnection renamed without backward-compatible alias #​468

Full Changelog: cunla/fakeredis-py@v2.35.0...v2.35.1

v2.35.0

Compare Source

What's Changed
🚀 Features
  • Support for idempotent message processing introduced in Redis 8.6 #​461
  • Support for vector set commands VADD, VCARD, VDIM, VEMB, VGETATTR, VINFO, VLINKS, VRANDMEMBER,
    VRANGE, VREM, VSETATTR, VSIM #​451
🐛 Bug Fixes
  • fix XREADGROUP on multiple streams only returns one message #​460
  • fix: XDEL sending ResponseError when stream ID is invalid #​465
  • Fix DeprecationWarning caused by mixing valkey and redis classes (@​kurtmckee) #​462 #​464
  • fix: bug referencing non existing variable #​465
🧰 Maintenance
  • Update typing-extensions version constraint to support newer versions #​458
  • Improved documentation with mermaidjs diagrams #​467
  • Move documentation dependencies to pyproject.toml

Full Changelog: cunla/fakeredis-py@v2.34.1...v2.35.0

v2.34.1

Compare Source

What's Changed

🐛 Bug Fixes
  • Fix handling of deprecated arguments in FakeRedis to support redis-py 7.2.0 #​457
  • Blocking XREAD with block=0 works as expected #​453

Full Changelog: cunla/fakeredis-py@v2.34.0...v2.34.1

v2.34.0

Compare Source

🚀 Features
  • TcpFakeServer supports RESP3 #​437
🐛 Bug Fixes

New Contributors

Full Changelog: cunla/fakeredis-py@v2.33.0...v2.34.0

v2.33.0: 🌈

Compare Source

🚀 Features
  • Implement MSETEX (From Redis 8.4)
🐛 Bug Fixes
  • fix[FakeAsyncRedis]: FakeAsyncRedis supports protocol=3 #​442
  • fix[TcpFakeServer]: TcpFakeServer supports pub/sub #​431
  • fix[TcpFakeServer]: preserve whitespace in bulk strings @​oliverhaas #​435
🧰 Maintenance
  • Update tests to support redis-py 7.1.0 and Redis 8.4
  • Async tests run on resp3 and resp2

New Contributors

Full Changelog: cunla/fakeredis-py@v2.32.1...v2.33.0

v2.32.1: 🌈

Compare Source

v2.32.1 -

🐛 Bug Fixes
🧰 Maintenance
  • Update tests to support redis-py 7.0.1
  • Update tests to support valkey 9.0.0

Full Changelog: cunla/fakeredis-py@v2.32.0...v2.32.1

v2.32.0: 🌈

Compare Source

🐛 Bug Fixes
🚀 Features
🐛 Bug Fixes
  • fix:removing use of self.protocol to support redis-py < 5 #​419
  • fix:race condition due to closing socket in TCPFakeRequestHandler:finish #​420

New Contributors

Full Changelog: cunla/fakeredis-py@v2.31.3...v2.32.0

v2.31.3

Compare Source

v2.31.1: 🌈

Compare Source

🐛 Bug Fixes
  • Sending lib_name and lib_version only when relevant #​408
  • TcpFakeServer: Closing threads on server close #​409
  • TcpFakeServer: Register Lock scripts #​406
🧰 Maintenance
  • Improve documentation of using TcpFakeServer #​409
  • Support TcpFakeServer for Python 3.9 (#​411)

Contributors

We'd like to thank all the contributors who worked on this release!

@​mgorny and @​phi-friday

Full Changelog: cunla/fakeredis-py@v2.31.0...v2.31.1

v2.31.0: 🌈

Compare Source

🚀 Features
🐛 Bug Fixes
  • version init argument typing #​401
  • include lib_name and lib_version in FakeBaseConnectionMixin
  • when using FakeValkey, raise valkey.ResponseError instead of redis.ResponseError #​402
  • fix issue with pytest-asyncio #​404 @​seifertm

New Contributors

Full Changelog: cunla/fakeredis-py@v2.30.3...v2.31.0

v2.30.3

Compare Source

🐛 Bug Fixes
  • Import Callable from typing to support python 3.8 #​398
  • FakeValkey init arguments #​400

Full Changelog: cunla/fakeredis-py@v2.30.2...v2.30.3

v2.30.2: 🌈

Compare Source

🐛 Bug Fixes
  • Import Callable from typing to support python 3.8 #​398
🧰 Maintenance
  • Refactor tests
  • FakeValkey uses valkey-py instead of redis-py

Full Changelog: cunla/fakeredis-py@v2.30.1...v2.30.2

v2.30.1: 🌈

Compare Source

🐛 Bug Fixes
  • Move LICENSE file to fakeredis/ on build #​395
  • Show warning for deprecated parameter only if parameter is included in instantiation #​384
🧰 Maintenance

Full Changelog: cunla/fakeredis-py@v2.30.0...v2.30.1

v2.30.0: 🌈

Compare Source

Changes

🚀 Features
🐛 Bug Fixes
  • aio.FakeRedis: Using inspect to get __init__ paramaters #​384
  • Discrepancy when using xread with resp3 #​393

Contributors

We'd like to thank all the contributors who worked on this release!

@​ajhetherington

Full Changelog: cunla/fakeredis-py@v2.29.0...v2.30.0

v2.29.0: 🌈

Compare Source

🚀 Features
  • Implement support for NOVALUES for HSCAN
  • Implement support for CLIENT LIST #​376
🐛 Bug Fixes
  • Fix json.set nx arg behavior #​372
  • Fix issue with hset not resetting expiration over field
  • Fix inconsistent 'pending' field in return from XINFO GROUPS #​374
  • Fix TDIGEST.QUANTILE to match redis behavior on a TDigest with one value #​377
  • Fix HINCRBY/hincrbyfloat commands now don't remove ttl from hash key @​M1ha-Shvn #​381

New Contributors

Full Changelog: cunla/fakeredis-py@v2.28.1...v2.29.0

v2.28.1

Compare Source

🐛 Bug Fixes
  • Open commands.json with encoding specified #​367
  • Fix xadd to use last timestamp if the current system timestamp is lower than the last timestamp #​368

Full Changelog: cunla/fakeredis-py@v2.28.0...v2.28.1

v2.28.0

Compare Source

🚀 Features
  • implement support for WITHSCORE in ZRANK and ZREVRANK #​357
  • implement support for Connection commands HELLO, CLIENT SETNAME, CLIENT GETNAME, CLIENT ID, CLIENT INFO #​361
  • implement support for HGETEX, HSETEX, HGETDEL #​365
🐛 Bug Fixes
🧰 Maintenance
  • Refactor hypothesis tests (#​366)

Contributors

We'd like to thank all the contributors who worked on this release!

@​mgorny and @​wakonig

Full Changelog: cunla/fakeredis-py@v2.27.0...v2.28.0

v2.27.0: 🌈

Compare Source

Changes

🚀 Features
  • ACL commands support #​338
    • ACL LOAD, ACL SAVE, ACL LIST, ACL USERS, ACL GETUSER, ACL SETUSER, ACL DELUSER, ACL CAT,
      ACL LOG, ACL HELP, ACL WHOAMI, ACL GENPASS, ACL AUTH, ACL LOG_RESET, ACL LOG_COUNT, ACL LOG_GET,
      ACL LOG_HELP, ACL LOG_RESET, ACL LOG_COUNT, ACL LOG_GET, ACL LOG_HELP
  • Add support disable_decoding in async read_response #​349
  • Implement support for SADDEX, using a new set implementation with support for expiring members #​350
🧰 Maintenance
  • Remove end of life python 3.8 from test matrix
  • Add python 3.13 to test matrix
  • Improve documentation for Dragonfly/Valkey support

Contributors

We'd like to thank all the contributors who worked on this release!

@​Redoubts

Full Changelog: cunla/fakeredis-py@v2.26.2...v2.27.0

v2.26.2: 🌈

Compare Source

🐛 Bug Fixes
  • Fix bug in xreadgroup when stream length is less than COUNT with BLOCK #​344
🧰 Maintenance
  • Implement test for SADDEX (Dragonfly specific command) #​348
  • Update dependencies

Full Changelog: cunla/fakeredis-py@v2.26.1...v2.26.2

v2.26.1: 🌈

Compare Source

🧰 Maintenance

Full Changelog: cunla/fakeredis-py@v2.26.0...v2.26.1

v2.26.0: 🌈

Compare Source

🚀 Features
  • Support for server-type specific commands #​340
  • Support for Dragonfly SADDEX command #​340
🐛 Bug Fixes

Full Changelog: cunla/fakeredis-py@v2.25.1...v2.26.0

python/mypy (mypy)

v1.20.0

Compare Source

containerbase/python-prebuild (python)

v3.14.4

Compare Source

Bug Fixes
  • deps: update dependency python to v3.14.4

v3.14.3

Compare Source

Bug Fixes
  • deps: update dependency python to v3.14.3

v3.14.2

Compare Source

Bug Fixes
  • deps: update dependency python to v3.14.2

v3.14.1

Compare Source

Bug Fixes
  • deps: update dependency python to v3.14.1

v3.14.0

Compare Source

Bug Fixes
  • deps: update dependency python to v3.14.0

v3.13.13

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.13

v3.13.12

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.12

v3.13.11

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.11

v3.13.10

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.10

v3.13.9

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.9

v3.13.8

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.8

v3.13.7

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.7

v3.13.6

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.6

v3.13.5

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.5

v3.13.4

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.4

v3.13.3

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.3

v3.13.2

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.2

v3.13.1

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.1

v3.13.0

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.0
astral-sh/ruff (ruff)

v0.15.10

Compare Source

Released on 2026-04-09.

Preview features
  • [flake8-logging] Allow closures in except handlers (LOG004) (#​24464)
  • [flake8-self] Make SLF diagnostics robust to non-self-named variables (#​24281)
  • [flake8-simplify] Make the fix for collapsible-if safe in preview (SIM102) (#​24371)
Bug fixes
  • Avoid emitting multi-line f-string elements before Python 3.12 (#​24377)
  • Avoid syntax error from E502 fixes in f-strings and t-strings (#​24410)
  • Strip form feeds from indent passed to dedent_to (#​24381)
  • [pyupgrade] Fix panic caused by handling of octals (UP012) (#​24390)
  • Reject multi-line f-string elements before Python 3.12 (#​24355)
Rule changes
  • [ruff] Treat f-string interpolation as potential side effect (RUF019) (#​24426)
Server
  • Add support for custom file extensions (#​24463)
Documentation
  • Document adding fixes in CONTRIBUTING.md (#​24393)
  • Fix JSON typo in settings example (#​24517)
Contributors

v0.15.9

Compare Source

Released on 2026-04-02.

Preview features
  • [pyflakes] Flag annotated variable redeclarations as F811 in preview mode (#​24244)
  • [ruff] Allow dunder-named assignments in non-strict mode for RUF067 (#​24089)
Bug fixes
  • [flake8-errmsg] Avoid shadowing existing msg in fix for EM101 (#​24363)
  • [flake8-simplify] Ignore pre-initialization references in SIM113 (#​24235)
  • [pycodestyle] Fix W391 fixes for consecutive empty notebook cells (#​24236)
  • [pyupgrade] Fix UP008 nested class matching (#​24273)
  • [pyupgrade] Ignore strings with string-only escapes (UP012) (#​16058)
  • [ruff] RUF072: skip formfeeds on dedent (#​24308)
  • [ruff] Avoid re-using symbol in RUF024 fix (#​24316)
  • [ruff] Parenthesize expression in RUF050 fix (#​24234)
  • Disallow starred expressions as values of starred expressions (#​24280)
Rule changes
  • [flake8-simplify] Suppress SIM105 for except* before Python 3.12 (#​23869)
  • [pyflakes] Extend F507 to flag %-format strings with zero placeholders (#​24215)
  • [pyupgrade] UP018 should detect more unnecessarily wrapped literals (UP018) (#​24093)
  • [pyupgrade] Fix UP008 callable scope handling to support lambdas (#​24274)
  • [ruff] RUF010: Mark fix as unsafe when it deletes a comment (#​24270)
Formatter
  • Add nested-string-quote-style formatting option (#​24312)
Documentation
  • [flake8-bugbear] Clarify RUF071 fix safety for non-path string comparisons (#​24149)
  • [flake8-type-checking] Clarify import cycle wording for TC001/TC002/TC003 (#​24322)
Other changes
  • Avoid rendering fix lines with trailing whitespace after | (#​24343)
Contributors

v0.15.8

Compare Source

Released on 2026-03-26.

Preview features
  • [ruff] New rule unnecessary-if (RUF050) (#​24114)
  • [ruff] New rule useless-finally (RUF072) (#​24165)
  • [ruff] New rule f-string-percent-format (RUF073): warn when using % operator on an f-string (#​24162)
  • [pyflakes] Recognize frozendict as a builtin for Python 3.15+ (#​24100)
Bug fixes
  • [flake8-async] Use fully-qualified anyio.lowlevel import in autofix (ASYNC115) (#​24166)
  • [flake8-bandit] Check tuple arguments for partial paths in S607 (#​24080)
  • [pyflakes] Skip undefined-name (F821) for conditionally deleted variables (#​24088)
  • E501/W505/formatter: Exclude nested pragma comments from line width calculation (#​24071)
  • Fix %foo? parsing in IPython assignment expressions (#​24152)
  • analyze graph: resolve string imports that reference attributes, not just modules (#​24058)
Rule changes
  • [eradicate] ignore ty: ignore comments in ERA001 (#​24192)
  • [flake8-bandit] Treat sys.executable as trusted input in S603 (#​24106)
  • [flake8-self] Recognize Self annotation and self assignment in SLF001 (#​24144)
  • [pyflakes] F507: Fix false negative for non-tuple RHS in %-formatting (#​24142)
  • [refurb] Parenthesize generator arguments in FURB142 fixer (#​24200)
Performance
Server
  • Warn when Markdown files are skipped due to preview being disabled (#​24150)
Documentation
  • Clarify extend-ignore and extend-select settings documentation (#​24064)
  • Mention AI policy in PR template (#​24198)
Other changes
  • Use trusted publishing for NPM packages (#​24171)
Contributors

v0.15.7

Compare Source

Released on 2026-03-19.

Preview features
  • Display output severity in preview (#​23845)
  • Don't show noqa hover for non-Python documents (#​24040)
Rule changes
  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#​24019)
Server
  • Don't return code actions for non-Python documents (#​23905)
Documentation
  • Add company AI policy to contributing guide (#​24021)
  • Document editor features for Markdown code formatting (#​23924)
  • [pylint] Improve phrasing (PLC0208) (#​24033)
Other changes
  • Use PEP 639 license information (#​19661)
Contributors

v0.15.6

Compare Source

Released on 2026-03-12.

Preview features
  • Add support for lazy import parsing (#​23755)
  • Add support for star-unpacking of comprehensions (PEP 798) (#​23788)
  • Reject semantic syntax errors for lazy imports (#​23757)
  • Drop a few rules from the preview default set (#​23879)
  • [airflow] Flag Variable.get() calls outside of task execution context (AIR003) (#​23584)
  • [airflow] Flag runtime-varying values in DAG/task constructor arguments (AIR304) (#​23631)
  • [flake8-bugbear] Implement delattr-with-constant (B043) (#​23737)
  • [flake8-tidy-imports] Add TID254 to enforce lazy imports (#​23777)
  • [flake8-tidy-imports] Allow users to ban lazy imports with TID254 (#​23847)
  • [isort] Retain lazy keyword when sorting imports (#​23762)
  • [pyupgrade] Add from __future__ import annotations automatically (UP006) (#​23260)
  • [refurb] Support newline parameter in FURB101 for Python 3.13+ (#​23754)
  • [ruff] Add os-path-commonprefix (RUF071) (#​23814)
  • [ruff] Add unsafe fix for os-path-commonprefix (RUF071) (#​23852)
  • [ruff] Limit RUF036 to typing contexts; make it unsafe for non-typing-only (#​23765)
  • [ruff] Use starred unpacking for RUF017 in Python 3.15+ (#​23789)
Bug fixes
  • Fix --add-noqa creating unwanted leading whitespace (#​23773)
  • Fix --add-noqa breaking shebangs (#​23577)
  • [formatter] Fix lambda body formatting for multiline calls and subscripts (#​23866)
  • [formatter] Preserve required annotation parentheses in annotated assignments (#​23865)
  • [formatter] Preserve type-expression parentheses in the formatter (#​23867)
  • [flake8-annotations] Fix stack overflow in ANN401 on quoted annotations with escape sequences (#​23912)
  • [pep8-naming] Check naming conventions in match pattern bindings (N806, N815, N816) (#​23899)
  • [perflint] Fix comment duplication in fixes (PERF401, PERF403) (#​23729)
  • [pyupgrade] Properly trigger super change in nested class (UP008) (#​22677)
  • [ruff] Avoid syntax errors in RUF036 fixes (#​23764)
Rule changes
  • [flake8-bandit] Flag S501 with requests.request (#​23873)
  • [flake8-executable] Fix WSL detection in non-Docker containers (#​22879)
  • [flake8-print] Ignore pprint calls with stream= (#​23787)
Documentation
  • Update docs for Markdown code block formatting (#​23871)
  • [flake8-bugbear] Fix misleading description for B904 (#​23731)
Contributors

v0.15.5

Compare Source

Released on 2026-03-05.

Preview features
  • Discover Markdown files by default in preview mode (#​23434)
  • [perflint] Extend PERF102 to comprehensions and generators (#​23473)
  • [refurb] Fix FURB101 and FURB103 false positives when I/O variable is used later (#​23542)
  • [ruff] Add fix for none-not-at-end-of-union (RUF036) (#​22829)
  • [ruff] Fix false positive for re.split with empty string pattern (RUF055) (#​23634)
Bug fixes
  • [fastapi] Handle callable class dependencies with __call__ method (FAST003) (#​23553)
  • [pydocstyle] Fix numpy section ordering (D420) (#​23685)
  • [pyflakes] Fix false positive for names shadowing re-exports (F811) (#​23356)
  • [pyupgrade] Avoid inserting redundant None elements in UP045 (#​23459)
Documentation
  • Document extension mapping for Markdown code formatting (#​23574)
  • Update default Python version examples (#​23605)
Other changes
  • Publish releases to Astral mirror (#​23616)
Contributors

v0.15.4

Compare Source

Released on 2026-02-26.

This is a follow-up release to 0.15.3 that resolves a panic when the new rule PLR1712 was enabled with any rule that analyzes definitions, such as many of the ANN or D rules.

Bug fixes
  • Fix panic on access to definitions after analyzing definitions (#​23588)
  • [pyflakes] Suppress false positive in F821 for names used before del in stub files (#​23550)
Documentation
  • Clarify first-party import detection in Ruff (#​23591)
  • Fix incorrect import-heading example (#​23568)
Contributors

v0.15.3

Compare Source

Released on 2026-02-26.

Preview features
  • Drop explicit support for .qmd file extension (#​23572)

    This can now be enabled instead by setting the extension option:

    # ruff.toml
    extension = { qmd = "markdown" }
    
    # pyproject.toml
    [tool.ruff]
    extension = { qmd = "markdown" }
  • Include configured extensions in file discovery (#​23400)

  • [flake8-bandit] Allow suspicious imports in TYPE_CHECKING blocks (S401-S415) (#​23441)

  • [flake8-bugbear] Allow B901 in pytest hook wrappers (#​21931)

  • [flake8-import-conventions] Add missing conventions from upstream (ICN001, ICN002) (#​21373)

  • [pydocstyle] Add rule to enforce docstring section ordering (D420) (#​23537)

  • [pylint] Implement swap-with-temporary-variable (PLR1712) (#​22205)

  • [ruff] Add unnecessary-assign-before-yield (RUF070) (#​23300)

  • [ruff] Support file-level noqa in RUF102 (#​23535)

  • [ruff] Suppress diagnostic for invalid f-strings before Python 3.12 (RUF027) (#​23480)

  • [flake8-bandit] Don't flag BaseLoader/CBaseLoader as unsafe (S506) (#​23510)

Bug fixes
  • Avoid infinite loop between I002 and PYI025 (#​23352)
  • [pyflakes] Fix false positive for @overload from lint.typing-modules (F811) (#​23357)
  • [pyupgrade] Fix false positive for TypeVar default before Python 3.12 (UP046) (#​23540)
  • [pyupgrade] Fix handling of \N in raw strings (UP032) (#​22149)
Rule changes
  • Render sub-diagnostics in the GitHub output format (#​23455)

  • [flake8-bugbear] Tag certain B007 diagnostics as unnecessary (#​23453)

  • [ruff] Ignore unknown rule codes in RUF100 (#​23531)

    These are now flagged by RUF102 instead.

Documentation
  • Fix missing settings links for several linters (#​23519)
  • Update isort action comments heading (#​23515)
  • [pydocstyle] Fix double comma in description of D404 (#​23440)
Other changes
  • Update the Python module (notably find_ruff_bin) for parity with uv (#​23406)
Contributors

v0.15.2

Compare Source

Released on 2026-02-19.

Preview features
Bug fixes
  • [flake8-async] Fix in_async_context logic (#​23426)
  • [ruff] Fix for RUF102 should delete entire comment (#​23380)
  • [ruff] Suppress diagnostic for strings with backslashes in interpolations before Python 3.12 (RUF027) (#​21069)
  • [flake8-bugbear] Fix B023 false positive for immediately-invoked lambdas (#​23294)
  • [parser] Fix false syntax error for match-like annotated assignments (#​23297)
  • [parser] Fix indentation tracking after line continuations (#​23417)
Rule changes
  • [flake8-executable] Allow global flags in uv shebangs (EXE003) (#​22582)
  • [pyupgrade] Fix handling of typing.{io,re} (UP035) (#​23131)
  • [ruff] Detect PLC0207 on chained str.split() calls ([#​23275](https:/

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 21, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pyproject.toml
Artifact update for ruff resolved to version 0.15.11, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.15.10
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 773c964 to 4d01381 Compare March 31, 2026 20:30
@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from 48b3dc1 to 7e8467f Compare April 9, 2026 07:31
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 6534873 to d383ac1 Compare April 15, 2026 06:11
@renovate renovate bot force-pushed the renovate/all-minor branch from d383ac1 to 4a4358c Compare April 16, 2026 20:59
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