Skip to content

Bump webdriver-manager from 3.8.4 to 4.0.0#625

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/webdriver-manager-4.0.0
Closed

Bump webdriver-manager from 3.8.4 to 4.0.0#625
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/webdriver-manager-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps webdriver-manager from 3.8.4 to 4.0.0.

Release notes

Sourced from webdriver-manager's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: SergeyPirogov/webdriver_manager@v3.9.1...v4.0.0

v3.9.1

What's Changed

New Contributors

Full Changelog: SergeyPirogov/webdriver_manager@v3.9.0...v3.9.1

v3.9.0

What's Changed

New Contributors

Full Changelog: SergeyPirogov/webdriver_manager@v3.8.6...v3.9.0

3.8.6

What's Changed

  • Series of fixes #422 #442 #464 by @​aleksandr-kotlyar in SergeyPirogov/webdriver_manager#494
    • Fixed queries to GitHubApi when driver found in cache for firefox/ie/opera.
    • Fixed falling with Exception if browser was not determined, no more falls with this reason from now on.
    • Fixed metadata and paths storage for "latest".
    • Fixed version download logic for Chrome/Edge:
      • if version="latest" - downloads LATEST_RELEASE for Chrome/Chromiums and LATEST_STABLE for Edge;
      • if version=x.x.x - downloads x.x.x;
      • if version is None - tries to determine installed browser version, and if fail - downloads like "latest" - LATEST_RELEASE.

... (truncated)

Changelog

Sourced from webdriver-manager's changelog.

4.0.0

  • Refactor

3.9.1

  • Fix new chromedriver path
  • Rework Manager os_type to class - Os System Manager

3.8.6

  • Officially support python 3.11 (3.11.1+)
  • Add MyPy stubs

3.7.1-3.8.5 changelog TBD


3.7.0

  • pytest-xdist support

3.6.2

  • Fix support of Apple M1
  • Add support of dotenv for config

3.6.1

  • Small fixes

3.6.0

Features

  • Add download manager
  • Fix logger disable issue

3.5.4

Features

  • Add Brave support, look "Use with Brave" chapter in README.md (#331)
  • Speed up webdriver-manager in driver.Driver.get_version() method.
  • Disable logs by os.environ['WDM_LOG'] = '0' (Resolves #277)

Fixes

  • Error in webdriver.util get_browser_version_from_os for 32 bit applications (#315)
  • EdgeChromiumDriverManager().install() fails in 3.5.3 when no Edge found (#312)
  • Driver cache doesn't work with WDM 3.5.3 (Win) (#311)
  • google-chrome version is "UNKNOWN" with webdriver_manager 3.5.3 (Win) (#307)

3.5.3 Determine browser versions on Windows

Fixes

  • Fixed logger for EdgeChromiumDriverManager and IEDriverManager (#269, #272).
  • Fixed JSONDecodeError when raising ValueError message of failed request. (#273).
  • Fixed geckodriver permissions. When webdriver.Firefox(GeckoDriverManager().install()) caused os error 10061.

... (truncated)

Commits

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 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 [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) from 3.8.4 to 4.0.0.
- [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases)
- [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md)
- [Commits](SergeyPirogov/webdriver_manager@v3.8.4...v4.0.0)

---
updated-dependencies:
- dependency-name: webdriver-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2023

Superseded by #637.

@dependabot dependabot bot closed this Oct 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/webdriver-manager-4.0.0 branch October 1, 2023 17:39
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