Skip to content

Commit fa9b0df

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update selenium requirement from <4.30,>=4.10 to >=4.10,<4.35
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.34.0) --- updated-dependencies: - dependency-name: selenium dependency-version: 4.34.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0dafef6 commit fa9b0df

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.0",
5656
],
5757
"celery": ["celery~=5.4.0"],
58-
"selenium": ["selenium>=4.10,<4.30"],
58+
"selenium": ["selenium>=4.10,<4.35"],
5959
},
6060
classifiers=[
6161
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)