Skip to content

Commit

Permalink
build(deps): bump selenium from 4.21.0 to 4.22.0
Browse files Browse the repository at this point in the history
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.21.0 to 4.22.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.21.0...selenium-4.22.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 17ef237 commit 735a21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracker = "https://github.com/cobrateam/splinter/issues"
"zope.testbrowser" = ["zope.testbrowser>=6.0", "lxml>=4.2.4", "cssselect"]
django = ["Django>=2.0.6", "lxml>=4.2.4", "cssselect"]
flask = ["Flask>=2.3.2", "lxml>=4.2.4", "cssselect"]
selenium = ["selenium>=4.1.0,<4.22.0"]
selenium = ["selenium>=4.1.0,<4.23.0"]

[tool.hatch.build]
include = ["splinter/**"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Sphinx>=1.7.8
sphinx-immaterial>=0.11.10
cssselect>=1.0.3
lxml==5.2.2
selenium==4.21.0
selenium==4.22.0
zope.testbrowser==7.0

0 comments on commit 735a21a

Please sign in to comment.