Skip to content

chore(deps): update python dependencies#789

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-dependencies
Open

chore(deps): update python dependencies#789
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
nb-cli >=1.7.0>=1.7.2 age confidence
nonebot-adapter-feishu >=2.6.2>=2.7.1 age confidence
nonebot-adapter-qq >=1.6.6>=1.6.7 age confidence
nonebot-plugin-parser ==2.4.1==2.4.3 age confidence
playwright (changelog) ==1.56.0==1.58.0 age confidence

Release Notes

nonebot/nb-cli (nb-cli)

v1.7.2

Compare Source

What's Changed

  • Fix: 修复管理器检测不稳定的问题 in d232315
Other Changes
  • Dev: 完全迁移至 ruff 并更新一系列开发配置

Full Changelog: nonebot/nb-cli@v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed
  • Docs: 添加使用 uv tool 方式的安装与使用方法 by @​NCBM in #​184
  • Fix: 修复检测现有项目管理器时可能返回空列表的问题 by @​NCBM in #​189
Other Changes

Full Changelog: nonebot/nb-cli@v1.7.0...v1.7.1

nonebot/adapter-feishu (nonebot-adapter-feishu)

v2.7.1: 🌈

Compare Source

  • No changes

v2.7.0: 🌈

Compare Source

🚀 新功能
📝 文档
💫 杂项
nonebot/adapter-qq (nonebot-adapter-qq)

v1.6.7: Release 1.6.7

Compare Source

What's Changed

Full Changelog: nonebot/adapter-qq@v1.6.6...v1.6.7

fllesser/nonebot-plugin-parser (nonebot-plugin-parser)

v2.4.3

Compare Source

🐛 Bug Fixes

💫 Others

v2.4.2

Compare Source

🚀 Features

🐛 Bug Fixes

Microsoft/playwright-python (playwright)

v1.58.0

Compare Source

Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browser_type.connect_over_cdp() now accepts an is_local option. When set to True, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browser_type.launch() has been removed. Use args=['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144
  • Microsoft Edge 144

v1.57.0

Compare Source

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

new and old logo

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Breaking Change

After 3 years of being deprecated, we removed page.accessibility from our API. Please use other libraries such as Axe if you need to test page accessibility. See our Node.js guide for integration with Axe.

New APIs

  • worker.on("console") event is emitted when JavaScript within the worker calls one of console API methods, e.g. console.log or console.dir. worker.expect_event() can be used to wait for it.
  • locator.description() returns locator description previously set with locator.describe().
  • New option steps in locator.click() and locator.drag_to() that configures the number of mousemove events emitted while moving the mouse pointer to the target element.
  • Network requests issued by Service Workers are now reported and can be routed through the BrowserContext, only in Chromium. You can opt out using the PLAYWRIGHT_DISABLE_SERVICE_WORKER_NETWORK environment variable.
  • Console messages from Service Workers are dispatched through worker.on("console"). You can opt out of this using the PLAYWRIGHT_DISABLE_SERVICE_WORKER_CONSOLE environment variable.

Browser Versions

  • Chromium 143.0.7499.4
  • Mozilla Firefox 144.0.2
  • WebKit 26.0

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Feb 23, 2026
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.27%. Comparing base (aadf1f7) to head (04708f9).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #789   +/-   ##
=======================================
  Coverage   86.27%   86.27%           
=======================================
  Files          71       71           
  Lines        2557     2557           
=======================================
  Hits         2206     2206           
  Misses        351      351           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 982ebde to 06b7bda Compare March 1, 2026 20:44
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 6cecca1 to 2d36115 Compare March 7, 2026 00:58
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 2d36115 to 04708f9 Compare March 7, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants