We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a0cd0 commit 96681e9Copy full SHA for 96681e9
Pipfile
@@ -7,7 +7,7 @@ verify_ssl = true
7
pre-commit = "~=2.17"
8
9
[packages]
10
-selenium = "~=4.1.3"
+selenium = "~=4.1"
11
12
black = "==22.1.0"
13
setup.py
@@ -48,5 +48,5 @@
48
'Topic :: Software Development :: Quality Assurance',
49
'Topic :: Software Development :: Testing',
50
],
51
- install_requires=['selenium ~= 4.1.3'],
+ install_requires=['selenium ~= 4.1'],
52
)
0 commit comments