From d8be582c4a2dbad63a6c6254028edbdb778cda9d Mon Sep 17 00:00:00 2001 From: DakkTest <74267670+DakkTest@users.noreply.github.com> Date: Tue, 25 May 2021 17:52:09 -0400 Subject: [PATCH 1/2] Update Pipfile update chromedriver-py version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 319813bde..193d94444 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*" From 4f276597fd1b2dfe78a82d118ac542b35ced38a7 Mon Sep 17 00:00:00 2001 From: DakkJaniels <6080734+DakkJaniels@users.noreply.github.com> Date: Tue, 25 May 2021 17:54:54 -0400 Subject: [PATCH 2/2] Update version.py update version for hotfix --- utils/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/version.py b/utils/version.py index 50eba5879..cafc24575 100644 --- a/utils/version.py +++ b/utils/version.py @@ -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)