Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update appium-python-client to 4.0.0 #572

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates Appium-Python-Client from 2.5.0 to 4.0.0.

Changelog

4.0.0

-------------------

New
~~~
- Feat: remove MultiAction and TouchAction (960) [Kazuaki Matsuo]

BREAKING CHANGE: Remove MultiAction and TouchAction as non-w3c WebDriver-defined methods. Please use w3c actions instead.

Other
~~~~~
- Bump 4.0.0. [Kazuaki Matsuo]
- Chore(deps-dev): update tox requirement from ~=4.13 to ~=4.14 (972)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.12 to ~=4.13 (957)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.13.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update pytest requirement from ~=8.0 to ~=8.1 (969)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.1.0)

---
updated-dependencies:
- dependency-name: pytest
 dependency-type: direct:development
...
- Docs: update readme. [Kazuaki Matsuo]
- Chore: remove deprecated AppiumBy.WINDOWS_UI_AUTOMATION (968)
[Kazuaki Matsuo]
- Chore(deps-dev): update python-dateutil requirement from ~=2.8 to
~=2.9 (967) [dependabot[bot], dependabot[bot]]

Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](https://github.com/dateutil/dateutil/compare/2.8.0...2.9.0)

---
updated-dependencies:
- dependency-name: python-dateutil
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=3.0.3 to ~=3.1.0
(966) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Update changelog for 3.2.1. [Kazuaki Matsuo]

3.2.1

-------------------

Fix
~~~
- Unclosed file <_io.BufferedReader name error by proper cleanup of
subprocess.Popen process (965) [WrrngnCode]

https://github.com/appium/python-client/issues/962
add a Popen.communicate call after terminate to ensure that file stdout and sdterr file descriptors are closed properly.

Other
~~~~~
- Bump 3.2.1. [Kazuaki Matsuo]
- Update changelog for 3.2.0. [Kazuaki Matsuo]

3.2.0

-------------------

New
~~~
- Feat: add pause in drag_and_drop (961) [Kazuaki Matsuo]

* feat: add pause in drag_and_drop

* docs: tweak docstring

* Update action_helpers.py

* apply pause only when the value is not negative

Fix
~~~
- Add return self in MultiActionadd (964) [Kazuaki Matsuo]

Other
~~~~~
- Bump 3.2.0. [Kazuaki Matsuo]
- Chore(deps): update selenium requirement from ~=4.17 to ~=4.18 (958)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.17.0...selenium-4.18.1)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Chore(deps-dev): update pytest requirement from ~=7.4 to ~=8.0 (953)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
 dependency-type: direct:development
...
- Chore(deps): update selenium requirement from ~=4.15 to ~=4.17 (948)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.15.0...selenium-4.17.0)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Docs: update W3C actions example in readme (946) [Dor Blayzer]
- Chore(deps-dev): update tox requirement from ~=4.11 to ~=4.12 (947)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.11.0...4.12.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Docs: update example in readme (945) [Kazuaki Matsuo]
- Docs: update links (944) [Kazuaki Matsuo]
- Update changelog for 3.1.1. [Kazuaki Matsuo]

3.1.1

-------------------

Fix
~~~
- Typo in ActionHelpers (937) [kkb912002]

touc -> touch
- Self.command_executor instance in _update_command_executor (940)
[Kazuaki Matsuo]

Other
~~~~~
- Bump 3.1.1. [Kazuaki Matsuo]
- Chore(deps-dev): update pylint requirement from ~=3.0.1 to ~=3.0.3
(939) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.1...v3.0.3)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps): update selenium requirement from ~=4.14 to ~=4.15 (933)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.14.0...selenium-4.15.0)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Docs: address options in the migration guide (929) [Kazuaki Matsuo]

* docs: adress options in the migration guide

* Update README.md

* Update README.md
- Docs: update changelog. [Kazuaki Matsuo]
- Update changelog for 3.1.0. [Kazuaki Matsuo]

3.1.0

* Use sdkVer 27

* Update app package name

* Fix: can't find android device

* review comments

* tweak
- Support for log_event and get_events command (469) [Mori Atsushi]

* Use appium/events as endpoint to get events

* Removed unnecessary codes

* Update unittest along to changes

* Update docstring

* Created LogEvents class

* Support log_event

* Add unittest for log_event

* Add functional test for log_event and get_event

* review comments

* Restore events API

* Add type as arg to get_events

* tweak

* Removed type arg from get_events

It isn't implemented yet for now

* Add type arg to get_event

The value isn't passed to the server for now.

* Updated along to type
- Cleaned up test codes (466) [Mori Atsushi]

* Deleted unnecessary codes

* Move functional tests to correct class

* Move some tests

* Created search_context/windows_test

* [functional] Created search_context package

* Remove class method decolator

* Fix import error

* Add BaseTestCase for ios functional testcases

* Add test_helper for android functional test

* Add __init__.py

* Deleted unused imports
- Move search context methods from webdriver and webelement to
search_context (461) [Mori Atsushi]

* Move ios search context methods to search_context file

* Move android search text methods

* Move windows search context

* Move mobile search context

* Divided search_context into each class

* Move custom and image methods

* Move contents in search_context.py to __init__.py

* Add rtype to each docstring for auto completion in IDE

* Add comments
- [CI] Run functional tests nightly (463) [Mori Atsushi]

* [CI] Run functional tests nightly

* Extend timeout to wait for 2nd session created

* Skip flaky test_all_sessions
- Revert some changes to fix broken codes (462) [Mori Atsushi]

* Revert some changes

* Fix typo
- Move commands from webdriver as mixins class (459) [Manoj Kumar]

* move to mixins class

* Create common class with its tests

* incorporating PR comments
- Update changelog for 0.48. [Kazuaki Matsuo]
- Bump 0.48. [Kazuaki Matsuo]

3.0.0

-------------------

New
~~~
- Feat!: Update selenium dependency to 4.12 (908) [Mykola Mokhnach]

BREAKING CHANGE: The minimum supported Python version set to 3.8
BREAKING CHANGE: The minimum supported selenium version set to 4.12

Fix
~~~
- Handle the situation where payload is already a dictionary (892)
[Mykola Mokhnach]
- Add missing dependencies for types-python-dateutil (891) [Dor
Blayzer]

* fix: Add missing dependencies for types-python-dateutil

* test: replace usage of selendroid app from 'test_install_app' in applications_tests.py

* Revert "test: replace usage of selendroid app from 'test_install_app' in applications_tests.py"

This reverts commit dcdf08b67d24257700923c89ae2643f26af2892f.

Test
~~~~
- Test: selendroid cleanup (895) [Dor Blayzer]

* test: replace usage of selendroid app from 'test_install_app' in applications_tests.py

* test: remove unused import pytest from applications_tests.py

* test: fix broken TestContextSwitching by replacing selendroid with ApiDemos

* test: remove selendroid-test-app.apk from apps folder
- Ci: add pylint_quotes for pylint to use single quote as primary method
(886) [Kazuaki Matsuo]

Other
~~~~~
- Bump 3.0.0. [Kazuaki Matsuo]
- Chore(deps-dev): update tox requirement from ~=4.8 to ~=4.11 (906)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.8.0...4.11.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Refactor!: remove several previously deprecated APIs (909) [Mykola
Mokhnach]

BREAKING CHANGE: Removed obsolete all_sessions and session properties
BREAKING CHANGE: Removed the obsolete start_activity method
BREAKING CHANGE: Removed the obsolete end_test_coverage method
BREAKING CHANGE: Removed the following obsolete arguments from the driver constructor: desired_capabilities, browser_profile, proxy
BREAKING CHANGE: Removed obsolete set_value and set_text methods
BREAKING CHANGE: Removed the obsolete MobileBy class
BREAKING CHANGE: Removed obsolete application management methods: launch_app, close_app, reset
BREAKING CHANGE: Removed obsolete IME methods: available_ime_engines, is_ime_active, activate_ime_engine, deactivate_ime_engine, active_ime_engine
- Chore(deps-dev): update tox requirement from ~=4.6 to ~=4.8 (902)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.6.0...4.8.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps): update selenium requirement from ~=4.10 to ~=4.11 (899)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Chore(deps-dev): update pylint requirement from ~=2.17.3 to ~=2.17.5
(897) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.3...v2.17.5)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Docs: Update README.md (898) [Dor Blayzer]

Some typos and grammar fixes
- Chore(deps-dev): update mock requirement from ~=5.0 to ~=5.1 (893)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: mock
 dependency-type: direct:development
...
- Chore: run pre-commit autoupdate (890) [Kazuaki Matsuo]
- Chore: update isort revision to 5.12.0 (889) [Dor Blayzer]
- Chore(deps-dev): update pytest requirement from ~=7.2 to ~=7.4 (884)
[dependabot[bot]]
- Chore(deps-dev): update typing-extensions requirement (885)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.6.0...4.7.0)

---
updated-dependencies:
- dependency-name: typing-extensions
 dependency-type: direct:development
...
- Docs: update changelogs and version. [Kazuaki Matsuo]

2.11.1

--------------------
- Revert "chore: remove duplicated clean command" (881) [Kazuaki
Matsuo]

* Revert "chore: remove duplicated clean command (809)"

This reverts commit 2f45ef935c12dec2ab8de044ce6a1c1e0b9aa46f.

* chore: left a comment

* trim spaces
- Update changelog. [Kazuaki Matsuo]

2.11.0

--------------------

New
~~~
- Feat: make the UA format with same as other clients (793) [Kazuaki
Matsuo]

* chore: set version with /

* chore: update comment

* update test

* update tests

Other
~~~~~
- Update changelog for 2.10.2. [Kazuaki Matsuo]

2.10.2

--------------------

Fix
~~~
- Update the constructor for compatibility with python client 4.10
(879) [Mykola Mokhnach]

Test
~~~~
- Ci: add py11 for the unit test (875) [Kazuaki Matsuo]

Other
~~~~~
- Bump 2.10.2. [Kazuaki Matsuo]
- Chore: remove duplicated clean command (809) [Kazuaki Matsuo]

* remove clear

* remove clear more
- Chore(deps-dev): update tox requirement from ~=4.5 to ~=4.6 (877)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Docs: address version management recommendation in the readme (874)
[Kazuaki Matsuo]

* chore: set the max selenium deps version

* ci: add python 11

* Update unit-test.yml

* add note in the readme

* Update README.md

* docs: merge the matrix pr into README.md
- Docs: Improve usage examples (873) [Mykola Mokhnach]
- Chore(deps-dev): update pytest-cov requirement from ~=4.0 to ~=4.1
(872) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
 dependency-type: direct:development
...
- Chore(deps-dev): update typing-extensions requirement (871)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: typing-extensions
 dependency-type: direct:development
...
- Chore: nump the version. [Kazuaki Matsuo]
- Update changelog for 2.10.1. [Kazuaki Matsuo]

2.10.1

--------------------

Fix
~~~
- W3C errors to exception classes mapping (869) [Mykola Mokhnach]

* fix: W3C errors to exception classes mapping

* Imports

* Tune

Other
~~~~~
- Chrom: bump the version. [Kazuaki Matsuo]
- Update changelog for 2.10.0. [Kazuaki Matsuo]

2.10.0

--------------------

Fix
~~~
- Update connection manager creation (864) [Mykola Mokhnach]

Other
~~~~~
- Refactor: Move driver-specific commands to use extensions (part2)
(859) [Mykola Mokhnach]
- Chore(deps): update selenium requirement from ~=4.7 to ~=4.9 (852)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.7.0...selenium-4.9.0)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Refactor: Move driver-specific commands to use extensions (part1)
(856) [Mykola Mokhnach]
- Chore(deps-dev): update pylint requirement from ~=2.17.2 to ~=2.17.3
(853) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.3)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.4 to ~=4.5 (854)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=1.1 to ~=1.2 (848)
[dependabot[bot]]
- Chore(deps-dev): update pylint requirement from ~=2.17.1 to ~=2.17.2
(847) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.1...v2.17.2)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore: bump and correct version. [Kazuaki Matsuo]
- Update changelog for 2.9.0. [Kazuaki Matsuo]

2.9.0

-------------------

New
~~~
- Feat: respect the given executor (844) [Kazuaki Matsuo]

* feat: can provide a custom connection

* add tests

* tweak tests

* lint

* tweak

* add comment

* fix lint

* tweak

* add test

* tweak review

Fix
~~~
- Set_value and set_text sent incorrect data (831) [eyJhb]

Other
~~~~~
- Update changelog for 2.8.0. [Kazuaki Matsuo]
- Chore(deps-dev): update pylint requirement from ~=2.17.0 to ~=2.17.1
(843) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.1)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.3 to ~=2.17.0
(838) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.3...v2.17.0)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=1.0 to ~=1.1 (836)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.1.1)

---
updated-dependencies:
- dependency-name: mypy
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.2 to ~=2.16.3
(834) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.3)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update typing-extensions requirement (830)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: typing-extensions
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.1 to ~=2.16.2
(829) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.16.2)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=0.991 to ~=1.0 (828)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0)

---
updated-dependencies:
- dependency-name: mypy
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.16.0 to ~=2.16.1
(827) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.0...v2.16.1)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.10 to ~=2.16.0
(826) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.10...v2.16.0)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.3 to ~=4.4 (823)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.3.0...4.4.2)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Update changelog for 2.8.1. [Kazuaki Matsuo]

2.8.1

-------------------

New
~~~
- Feat: add status tentatively (820) [Kazuaki Matsuo]

* feat: add status tentatively

* update test

* fix docstring

* fix typo

* fix lint

2.8.0

-------------------

New
~~~
- Feat: add status tentatively. [Kazuaki Matsuo]

Fix
~~~
- Fix lint. [Kazuaki Matsuo]
- Fix typo. [Kazuaki Matsuo]
- Fix docstring. [Kazuaki Matsuo]

Other
~~~~~
- Update test. [Kazuaki Matsuo]
- Chore(deps-dev): update tox requirement from ~=4.2 to ~=4.3 (817)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.2.0...4.3.1)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps): update sphinx requirement from <6.0,>=4.0 to >=4.0,<7.0
(814) [dependabot[bot]]
- Chore(deps-dev): update pylint requirement from ~=2.15.9 to ~=2.15.10
(816) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.9...v2.15.10)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.1 to ~=4.2 (815)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=4.0 to ~=4.1 (813)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.0.0...4.1.1)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update mock requirement from ~=4.0 to ~=5.0 (812)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version.
- [Release notes](https://github.com/testing-cabal/mock/releases)
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: mock
 dependency-type: direct:development
...
- Chore(deps-dev): update pre-commit requirement from ~=2.20 to ~=2.21
(811) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.0)

---
updated-dependencies:
- dependency-name: pre-commit
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.8 to ~=2.15.9
(810) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.8...v2.15.9)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update isort requirement from ~=5.10 to ~=5.11 (808)
[Kazuaki Matsuo, dependabot[bot], dependabot[bot]]

Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.10.0...5.11.1)

---
updated-dependencies:
- dependency-name: isort
 dependency-type: direct:development
...
- Chore(deps-dev): update black requirement from ~=22.10.0 to ~=22.12.0
(807) [Kazuaki Matsuo, dependabot[bot], dependabot[bot]]

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.10.0...22.12.0)

---
updated-dependencies:
- dependency-name: black
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=3.27 to ~=4.0 (806)
[Kazuaki Matsuo, dependabot[bot], dependabot[bot]]

* chore(deps-dev): update tox requirement from ~=3.27 to ~=4.0

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.27.0...4.0.2)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.7 to ~=2.15.8
(804) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.7...v2.15.8)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps): update selenium requirement from ~=4.5 to ~=4.7 (801)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.5.0...selenium-4.7.0)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Chore(deps-dev): update pylint requirement from ~=2.15.6 to ~=2.15.7
(800) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.6...v2.15.7)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.5 to ~=2.15.6
(799) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.5...v2.15.6)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore: update docstring in touch_action.py (797) [Kazuaki Matsuo,
wojciodataist]

add detailed information to long_press duration param
- Chore(deps-dev): update mypy requirement from ~=0.982 to ~=0.991
(798) [Kazuaki Matsuo, dependabot[bot], dependabot[bot]]

* chore(deps-dev): update mypy requirement from ~=0.982 to ~=0.991

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.982...v0.991)

---
updated-dependencies:
- dependency-name: mypy
 dependency-type: direct:development
...
- Chore(deps-dev): update tox requirement from ~=3.26 to ~=3.27 (792)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.26.0...3.27.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:development
...
- Chore(deps-dev): update pytest requirement from ~=7.1 to ~=7.2 (791)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.0...7.2.0)

---
updated-dependencies:
- dependency-name: pytest
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.4 to ~=2.15.5
(790) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.4...v2.15.5)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.3 to ~=2.15.4
(788) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.3...v2.15.4)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Chore: update precommit (787) [Kazuaki Matsuo]
- Update changelog for 2.7.1. [Kazuaki Matsuo]
- Bump 2.7.1. [Kazuaki Matsuo]

2.7.1

-------------------

Test
~~~~
- Ci: run unit tests on actions (773) [Kazuaki Matsuo]

* ci: run unit tests on actions

* ci: remove unit test section

* ci: comment out win for now

* ci: tweak trigger

Other
~~~~~
- Refactor: Make service startup failures more helpful (786) [Mykola
Mokhnach]
- Chore(deps-dev): update typing-extensions requirement (783) [Kazuaki
Matsuo, dependabot[bot], dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.3.0...4.4.0)

---
updated-dependencies:
- dependency-name: typing-extensions
 dependency-type: direct:development
...
- Chore(deps-dev): update black requirement from ~=22.8.0 to ~=22.10.0
(784) [dependabot[bot], dependabot[bot]]

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.8.0...22.10.0)

---
updated-dependencies:
- dependency-name: black
 dependency-type: direct:development
...
- Chore(deps-dev): update mypy requirement from ~=0.981 to ~=0.982
(782) [dependabot[bot], dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.981...v0.982)

---
updated-dependencies:
- dependency-name: mypy
 dependency-type: direct:development
...
- Chore(deps-dev): update pytest-cov requirement from ~=3.0 to ~=4.0
(779) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
 dependency-type: direct:development
...
- Chore(deps): update selenium requirement from ~=4.4 to ~=4.5 (780)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.4.0...selenium-4.5.0)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Chore(deps-dev): update mypy requirement from ~=0.971 to ~=0.981
(777) [dependabot[bot], dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.971...v0.981)

---
updated-dependencies:
- dependency-name: mypy
 dependency-type: direct:development
...
- Chore(deps-dev): update pylint requirement from ~=2.15.2 to ~=2.15.3
(774) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.3)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:development
...
- Bump 2.7.0. [Kazuaki Matsuo]
- Update changelog for 2.6.3. [Kazuaki Matsuo]

2.7.0

-------------------

New
~~~
- Feat: Add appArguments option to WindowsOptions (768) [Mykola
Mokhnach]

Fix
~~~
- Move dev-only dependencies to [dev-packages] section (772) [Mykola
Mokhnach]

Test
~~~~
- Ci: Fix runner name. [Mykola Mokhnach]

Other
~~~~~
- Chore(deps): update pylint requirement from ~=2.15.2 to ~=2.15.3
(770) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.3)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:production
...
- Docs: Update changelog for 2.6.2. [Kazuaki Matsuo]

2.6.2

-------------------

Fix
~~~
- Use total_seconds property of timedelta (767) [Mykola Mokhnach]

Test
~~~~
- Ci: Update Conventional Commits config preset. [Mykola Mokhnach]
- Ci: Add Conventional commit format validation (764) [Mykola Mokhnach]

* ci: Add Conventional commit format validation

* Rename

Other
~~~~~
- Chore(deps): update tox requirement from ~=3.25 to ~=3.26 (766)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.25.0...3.26.0)

---
updated-dependencies:
- dependency-name: tox
 dependency-type: direct:production
...
- Chore(deps): update pylint requirement from ~=2.15.0 to ~=2.15.2
(765) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.0...v2.15.2)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:production
...
- Chore(deps): update astroid requirement from ~=2.9 to ~=2.12 (762)
[dependabot[bot], dependabot[bot]]

Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.9.0...v2.12.5)

---
updated-dependencies:
- dependency-name: astroid
 dependency-type: direct:production
...
- Chore(deps): bump black from 22.6.0 to 22.8.0 (763) [dependabot[bot],
dependabot[bot]]

Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.6.0...22.8.0)

---
updated-dependencies:
- dependency-name: black
 dependency-type: direct:production
 update-type: version-update:semver-minor
...
- Chore(deps): update pylint requirement from ~=2.14.5 to ~=2.15.0
(761) [dependabot[bot], dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.5...v2.15.0)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:production
...
- Docs: Update changelog for 2.6.1. [Kazuaki Matsuo]

2.6.1

-------------------

Fix
~~~
- Fix options in mac2 (759) [Kazuaki Matsuo]
- Backwards compatible behaviour of swipe and scroll in action_helpers
(744) [jatalahd]

* Backwards compatible behaviour of swipe and scroll in action_helpers

- Fixed handling the duration argument in swipe() and scroll() helpers
- Functionality is now the same as in older versions using TouchActions

Fixes 743

* Backwards compatible behaviour of swipe and scroll in action_helpers

- Fixed handling the duration argument in swipe() and scroll() helpers
- Functionality is now the same as in older versions using TouchActions

Fixes 743

* Backwards compatible behaviour of swipe and scroll in action_helpers

- Fixed handling the duration argument in swipe() and scroll() helpers
- Functionality is now the same as in older versions using TouchActions

Fixes 743

* Backwards compatible behaviour of swipe and scroll in action_helpers

- Fixed handling the duration argument in swipe() and scroll() helpers
- Functionality is now the same as in older versions using TouchActions

Fixes 743

* Backwards compatible behaviour of swipe and scroll in action_helpers

- Fixed handling the duration argument in swipe() and scroll() helpers
- Functionality is now the same as in older versions using TouchActions

Fixes 743
- Move py.typed to the hierarchy root (751) [Mykola Mokhnach]
- Typos/copypaste in various options (750) [Mykola Mokhnach]

Other
~~~~~
- Chore(deps): update selenium requirement from ~=4.3 to ~=4.4 (757)
[dependabot[bot]]

Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.3.0...selenium-4.4.0)

---
updated-dependencies:
- dependency-name: selenium
 dependency-type: direct:production
...
- Chore(deps): update mypy requirement from ~=0.961 to ~=0.971 (749)
[dependabot[bot]]

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

---
updated-dependencies:
- dependency-name: mypy
 dependency-type: direct:production
...
- Chore(deps): update pylint requirement from ~=2.14.4 to ~=2.14.5
(747) [dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.4...v2.14.5)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:production
...
- Chore(deps-dev): update pre-commit requirement from ~=2.19 to ~=2.20
(746) [dependabot[bot]]

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.19.0...v2.20.0)

---
updated-dependencies:
- dependency-name: pre-commit
 dependency-type: direct:development
...
- Chore(deps): update typing-extensions requirement from ~=4.2 to ~=4.3
(745) [dependabot[bot]]

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.2.0...4.3.0)

---
updated-dependencies:
- dependency-name: typing-extensions
 dependency-type: direct:production
...
- Chore(deps): update pylint requirement from ~=2.14.3 to ~=2.14.4
(742) [dependabot[bot]]

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4)

---
updated-dependencies:
- dependency-name: pylint
 dependency-type: direct:production
...
- Docs: Update changelog for 2.6.0. [Kazuaki Matsuo]

2.6.0

-------------------

New
~~~
- Feat: Add Android drivers options (740) [Mykola Mokhnach]

Other
~~~~~
- Chore(deps): bump black from 22.3.0 to 22.6.0 (741) [dependabot[bot]]

Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
 dependency-type: direct:production
 update-type: version-update:semver-minor
...
- Chore: Improve autocompletion for methods returning self instance
(739) [Mykola Mokhnach]
- Refactor: Remove previously deprecated methods and mark
reset/close/launch APIs as deprecated (738) [Mykola Mokhnach]
- Docs: Update changelog for 2.5.0. [Kazuaki Matsuo]
Links

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.

None yet

1 participant