Skip to content

Commit

Permalink
Merge pull request #792 from DakkTest/patch-16
Browse files Browse the repository at this point in the history
Update pipfile with latest chromedriver-py version
  • Loading branch information
DakkJaniels authored May 25, 2021
2 parents 4a93ec8 + 4f27659 commit 6bbed62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pyinstaller = "*"
requests = "==2.24.0"
click = "*"
selenium = "*"
chromedriver-py = "~=90.0"
chromedriver-py = "==91.0.4472.19"
furl = "*"
twilio = "*"
discord-webhook = "*"
Expand Down
2 changes: 1 addition & 1 deletion utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# See https://www.python.org/dev/peps/pep-0440/ for specification
# See https://www.python.org/dev/peps/pep-0440/#examples-of-compliant-version-schemes for examples

__VERSION = "0.6.8"
__VERSION = "0.6.9"
version = Version(__VERSION)


Expand Down

0 comments on commit 6bbed62

Please sign in to comment.