From 65ac66290922c6d493a94c7a6e6a6a166920cade Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 10:48:06 +0000 Subject: [PATCH] Bump pymysql from 0.10.0 to 0.10.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/commits) Signed-off-by: dependabot-preview[bot] --- Pipfile.lock | 24 ++++++++++++------------ requirements.txt | 15 ++++++++------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 9a01be9..a751374 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -78,17 +78,17 @@ }, "google-api-core": { "hashes": [ - "sha256:35cba563034d668ae90ffe1f03193a84e745b38f09592f60258358b5e5ee6238", - "sha256:431839101b7edc7b0e6cccca0441cb9015f728fc5f098e146e123bf523e8cf71" + "sha256:67e33a852dcca7cb7eff49abc35c8cc2c0bb8ab11397dc8306d911505cae2990", + "sha256:779107f17e0fef8169c5239d56a8fbff03f9f72a3893c0c9e5842ec29dfedd54" ], - "version": "==1.22.1" + "version": "==1.22.2" }, "google-auth": { "hashes": [ - "sha256:982e1f82cace752134660b4c0ff660761b32146a55abb3ad6d225529012af87c", - "sha256:f2498ad9cac3d2942d6c509ba18c4639656b366681881a1805f44f2a0c2d46f1" + "sha256:bcbd9f970e7144fe933908aa286d7a12c44b7deb6d78a76871f0377a29d09789", + "sha256:f4d5093f13b1b1c0a434ab1dc851cd26a983f86a4d75c95239974e33ed406a87" ], - "version": "==1.21.0" + "version": "==1.21.1" }, "google-cloud-bigquery": { "hashes": [ @@ -211,11 +211,11 @@ }, "pymysql": { "hashes": [ - "sha256:adef15ceccf1ff544a23a6f46609f65187261dc8b0cf94c9644189c173b0a451", - "sha256:e14070bc84e050e0f80bf6063e31d276f03a0bb4d46b9eca2854566c4ae19837" + "sha256:263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd", + "sha256:44f47128dda8676e021c8d2dbb49a82be9e4ab158b9f03e897152a3a287c69ea" ], "index": "pypi", - "version": "==0.10.0" + "version": "==0.10.1" }, "pytz": { "hashes": [ @@ -295,10 +295,10 @@ "develop": { "attrs": { "hashes": [ - "sha256:0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a", - "sha256:2867b7b9f8326499ab5b0e2d12801fa5c98842d2cbd22b35112ae04bf85b4dff" + "sha256:26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594", + "sha256:fce7fc47dfc976152e82d53ff92fa0407700c21acd20886a13777a0d20e655dc" ], - "version": "==20.1.0" + "version": "==20.2.0" }, "iniconfig": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index e9b8e82..9f8b889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,27 @@ +-i https://pypi.org/simple/ cachetools==4.1.1 certifi==2020.6.20 cffi==1.14.2 chardet==3.0.4 future==0.18.2 -google-api-core==1.22.1 -google-auth==1.21.0 +google-api-core==1.22.2 +google-auth==1.21.1 google-cloud-bigquery==1.27.2 google-cloud-core==1.4.1 -google-crc32c==1.0.0 +google-crc32c==1.0.0 ; python_version >= '3.5' google-resumable-media==1.0.0 googleapis-common-protos==1.52.0 idna==2.10 loguru==0.5.1 protobuf==3.13.0 -pyasn1==0.4.8 pyasn1-modules==0.2.8 +pyasn1==0.4.8 pybigquery==0.4.15 pycparser==2.20 -PyMySQL==0.10.0 +pymysql==0.10.1 pytz==2020.1 requests==2.24.0 -rsa==4.6 +rsa==4.6 ; python_version >= '3.5' six==1.15.0 -SQLAlchemy==1.3.19 +sqlalchemy==1.3.19 urllib3==1.25.10