We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7be33 commit 2c04e4cCopy full SHA for 2c04e4c
Pipfile
@@ -7,7 +7,7 @@ verify_ssl = true
7
pre-commit = "~=2.17"
8
9
[packages]
10
-selenium = "~=4.0"
+selenium = "~=4.0.0"
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.0'],
+ install_requires=['selenium ~= 4.0.0'],
52
)
0 commit comments