Skip to content

Commit 2c04e4c

Browse files
authored
chore: restrict selenium client version (#686)
1 parent 7a7be33 commit 2c04e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ verify_ssl = true
77
pre-commit = "~=2.17"
88

99
[packages]
10-
selenium = "~=4.0"
10+
selenium = "~=4.0.0"
1111

1212
black = "==22.1.0"
1313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
'Topic :: Software Development :: Quality Assurance',
4949
'Topic :: Software Development :: Testing',
5050
],
51-
install_requires=['selenium ~= 4.0'],
51+
install_requires=['selenium ~= 4.0.0'],
5252
)

0 commit comments

Comments
 (0)