Skip to content

Commit a6606f4

Browse files
[deps] Update selenium requirement from <4.24,>=4.10 to >=4.10,<4.30
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.29.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <[email protected]>
1 parent 88b13ae commit a6606f4

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
@@ -47,7 +47,7 @@
4747
'drf-yasg~=1.21.7',
4848
],
4949
'celery': ['celery~=5.4.0'],
50-
'selenium': ['selenium>=4.10,<4.24'],
50+
'selenium': ['selenium>=4.10,<4.30'],
5151
},
5252
classifiers=[
5353
'Development Status :: 5 - Production/Stable ',

0 commit comments

Comments
 (0)