Skip to content

Commit f2bec72

Browse files
chore(deps): update all dependencies (#136)
* chore(deps): update all dependencies * fix: split selenium dependency on python 3.6 Co-authored-by: Bu Sun Kim <[email protected]>
1 parent b3672ed commit f2bec72

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
selenium==3.141.0
2-
Flask==2.0.1
3-
pytest==6.2.4
4-
pytest-flask==1.2.0
1+
selenium==4.0.0; python_version > '3.6'
2+
selenium==3.141.0; python_version <= '3.6'
3+
Flask==2.0.2
4+
pytest==6.2.5
5+
pytest-flask==1.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-recaptcha-enterprise==1.0.0
1+
google-cloud-recaptcha-enterprise==1.2.0

0 commit comments

Comments
 (0)