Skip to content

Commit 79311f3

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update selenium requirement from <4.35,>=4.10 to >=4.10,<4.36
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.10.0...selenium-4.35.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.35.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54f4cad commit 79311f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"pytest-django>=4.10,<4.12",
5656
],
5757
"celery": ["celery~=5.5.3"],
58-
"selenium": ["selenium>=4.10,<4.35"],
58+
"selenium": ["selenium>=4.10,<4.36"],
5959
"releaser": [
6060
"git-cliff~=2.10.0",
6161
"questionary~=2.1.0",

0 commit comments

Comments
 (0)