Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Bump appium-python-client from 1.3.0 to 3.2.1 #112

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps appium-python-client from 1.3.0 to 3.2.1.

Changelog

Sourced from appium-python-client's changelog.

v3.2.1 (2024-02-26)

Fix

- Unclosed file <_io.BufferedReader name error by proper cleanup of
  subprocess.Popen process ([#965](https://github.com/appium/python-client/issues/965)) [WrrngnCode]

appium/python-client#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]

v3.2.0 (2024-02-24)

New

- Feat: add pause in drag_and_drop ([#961](https://github.com/appium/python-client/issues/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 MultiAction#add (#964) [Kazuaki Matsuo]

Other

- Bump 3.2.0. [Kazuaki Matsuo]
- Chore(deps): update selenium requirement from ~=4.17 to ~=4.18 ([#958](https://github.com/appium/python-client/issues/958))
  [dependabot[bot], dependabot[bot]]

Updates the requirements on selenium to permit the latest version.


updated-dependencies:

  • dependency-name: selenium dependency-type: direct:production </tr></table>

... (truncated)

Commits
  • 9b6aa58 Bump 3.2.1
  • ac9965d fix: unclosed file <_io.BufferedReader name error by proper cleanup of subpro...
  • 6f48898 Update changelog for 3.2.0
  • 8b4b290 Bump 3.2.0
  • 686d486 feat: add pause in drag_and_drop (#961)
  • 2e0ff4e fix: add return self in MultiAction#add (#964)
  • 1c6dcdf chore(deps): update selenium requirement from ~=4.17 to ~=4.18 (#958)
  • 92583ce chore(deps-dev): update pytest requirement from ~=7.4 to ~=8.0 (#953)
  • bdac0b8 chore(deps): update selenium requirement from ~=4.15 to ~=4.17 (#948)
  • ea9e09e docs: update W3C actions example in readme (#946)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
appium-python-client [>= 2.a, < 3]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [appium-python-client](https://github.com/appium/python-client) from 1.3.0 to 3.2.1.
- [Release notes](https://github.com/appium/python-client/releases)
- [Changelog](https://github.com/appium/python-client/blob/master/CHANGELOG.rst)
- [Commits](appium/python-client@v1.3.0...v3.2.1)

---
updated-dependencies:
- dependency-name: appium-python-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 26, 2024
@dependabot dependabot bot requested a review from Wolfe1 February 26, 2024 15:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2024

Superseded by #114.

@dependabot dependabot bot closed this Mar 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/appium-python-client-3.2.1 branch March 12, 2024 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants