Skip to content

Commit

Permalink
Update selenium requirement from <4.5.0,>=4.1.0 to >=4.1.0,<4.16.0
Browse files Browse the repository at this point in the history
Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.1.0...selenium-4.15.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent a5bde92 commit 4c71bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_version_data() -> dict:
"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.5.0"],
"selenium": ["selenium>=4.1.0,<4.16.0"],
},
tests_require=["coverage", "flask"],
)

0 comments on commit 4c71bd6

Please sign in to comment.