Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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. |
There was a problem hiding this comment.
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
| requests = "*" | ||
| lxml = "*" | ||
| adbutils = ">=2.9.3,<3" | ||
| adbutils = ">=2.11.0,<3" |
There was a problem hiding this comment.
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.



No description provided.