Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies (#136)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* fix: split selenium dependency on python 3.6

Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
renovate-bot and busunkim96 committed Oct 13, 2021
1 parent 879acf1 commit c20a33b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions samples/snippets/requirements-test.txt
@@ -1,4 +1,5 @@
selenium==3.141.0
Flask==2.0.1
pytest==6.2.4
pytest-flask==1.2.0
selenium==4.0.0; python_version > '3.6'
selenium==3.141.0; python_version <= '3.6'
Flask==2.0.2
pytest==6.2.5
pytest-flask==1.2.0
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
@@ -1 +1 @@
google-cloud-recaptcha-enterprise==1.0.0
google-cloud-recaptcha-enterprise==1.2.0

0 comments on commit c20a33b

Please sign in to comment.