Skip to content

Commit ace98dc

Browse files
authored
chore: relax selenium version control (appium#656)
1 parent 2a462be commit ace98dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.15"
88

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

1212
black = "==20.8b1"
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.0'],
51+
install_requires=['selenium ~= 4.0'],
5252
)

0 commit comments

Comments
 (0)