Skip to content

update adbutils version#1154

Merged
codeskyblue merged 1 commit intomasterfrom
update_adbutils_version
Dec 8, 2025
Merged

update adbutils version#1154
codeskyblue merged 1 commit intomasterfrom
update_adbutils_version

Conversation

@codeskyblue
Copy link
Copy Markdown
Member

No description provided.

@codeskyblue codeskyblue requested a review from Copilot December 5, 2025 10:23
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Dec 5, 2025

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.66%. Comparing base (1d1e878) to head (4f120c1).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1154   +/-   ##
=======================================
  Coverage   28.66%   28.66%           
=======================================
  Files          21       21           
  Lines        2909     2909           
  Branches      440      440           
=======================================
  Hits          834      834           
  Misses       2040     2040           
  Partials       35       35           

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the minimum required version of the adbutils dependency from >=2.9.3 to >=2.11.0, maintaining the upper bound of <3. This is a straightforward dependency version bump that likely incorporates bug fixes and improvements from recent adbutils releases. The change ensures uiautomator2 can leverage newer features and fixes from the adbutils library, which is critical for Android device communication via ADB.

Key Changes

  • Bump minimum adbutils version from 2.9.3 to 2.11.0 in project dependencies

Comment thread pyproject.toml
requests = "*"
lxml = "*"
adbutils = ">=2.9.3,<3"
adbutils = ">=2.11.0,<3"
Copy link

Copilot AI Dec 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The minimum adbutils version requirement has been updated to 2.11.0, but the documentation in README.md (line 116) still references version 2.9.1. Please update the README.md to reflect the new minimum version requirement to maintain consistency between documentation and actual dependencies.

Copilot uses AI. Check for mistakes.
@codeskyblue codeskyblue merged commit 2eda510 into master Dec 8, 2025
14 of 15 checks passed
@codeskyblue codeskyblue deleted the update_adbutils_version branch December 8, 2025 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants