Skip to content

Commit

Permalink
Bump webdriver-manager from 4.0.0 to 4.0.1 (#11530)
Browse files Browse the repository at this point in the history
* Bump webdriver-manager from 4.0.0 to 4.0.1

Bumps [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases)
- [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md)
- [Commits](SergeyPirogov/webdriver_manager@v4.0.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump webdriver-manager from 4.0.0 to 4.0.1

Bumps [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases)
- [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md)
- [Commits](SergeyPirogov/webdriver_manager@v4.0.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Sep 25, 2023
1 parent b74e96e commit c36e976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ factory-boy==3.3.0
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.3
webdriver_manager==4.0.0
webdriver_manager==4.0.1

# Security and audit
mistune==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ install_requires =
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.3
webdriver_manager==4.0.0
webdriver_manager==4.0.1

# Security and audit
mistune==3.0.1
Expand Down

0 comments on commit c36e976

Please sign in to comment.