From 31e3002c7ccbb9f73626673af86c0e2b9758ce36 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Fri, 15 Jan 2021 12:41:53 +0000 Subject: [PATCH] #163: Update pymysql --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6a68d6e..65ba9c98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -553,13 +553,14 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pymysql" -version = "0.9.3" +version = "1.0.2" description = "Pure Python MySQL Driver" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.extras] +ed25519 = ["PyNaCl (>=1.4.0)"] rsa = ["cryptography"] [[package]] @@ -816,7 +817,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "19a7872a9e2018021c151b7eccff6135b5babf2b119566283e68c8c55f5de35b" +content-hash = "55532d01b7c7b9e3f7c9f4760c7bfee3777760af7a7eeea07f4356ba91434b78" [metadata.files] aniso8601 = [ @@ -1074,8 +1075,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pymysql = [ - {file = "PyMySQL-0.9.3-py2.py3-none-any.whl", hash = "sha256:3943fbbbc1e902f41daf7f9165519f140c4451c179380677e6a848587042561a"}, - {file = "PyMySQL-0.9.3.tar.gz", hash = "sha256:d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7"}, + {file = "PyMySQL-1.0.2-py3-none-any.whl", hash = "sha256:41fc3a0c5013d5f039639442321185532e3e2c8924687abe6537de157d403641"}, + {file = "PyMySQL-1.0.2.tar.gz", hash = "sha256:816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index dce361d6..3386de8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = ["Matthew Richards "] python = "^3.6" Flask-RESTful = "0.3.7" SQLAlchemy = "^1.3.8" -PyMySQL = "0.9.3" +PyMySQL = "1.0.2" Flask-Cors = "3.0.9" apispec = "3.3.0" flask-swagger-ui = "3.25.0"