From 21911399695fa984b1a06b206ef8eb313490eb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 19:20:46 +0000 Subject: [PATCH] Bump types-pymysql from 1.0.5 to 1.0.6 Bumps [types-pymysql](https://github.com/python/typeshed) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pymysql dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5805840..8afa8bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1424,7 +1424,7 @@ python-versions = "*" [[package]] name = "types-pymysql" -version = "1.0.5" +version = "1.0.6" description = "Typing stubs for PyMySQL" category = "dev" optional = false @@ -1550,7 +1550,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "d86682692a9f766fb55e05fe68fcc32e623ea46096443a666da620a0725557fb" +content-hash = "86d3cf48e0561b69bacd56905bd247f2246f9974222082bd2f85c6802f30c760" [metadata.files] aiocontextvars = [ @@ -2515,8 +2515,8 @@ types-pkg-resources = [ {file = "types_pkg_resources-0.1.3-py2.py3-none-any.whl", hash = "sha256:0cb9972cee992249f93fff1a491bf2dc3ce674e5a1926e27d4f0866f7d9b6d9c"}, ] types-pymysql = [ - {file = "types-PyMySQL-1.0.5.tar.gz", hash = "sha256:683389bfdf89780f60e4b9eeedc1658dbefa929816d74520c951d39d13d87331"}, - {file = "types_PyMySQL-1.0.5-py3-none-any.whl", hash = "sha256:cf5c1d9b2c13e5afe4cefa912a49eceaba5658fd6c870e39333c1f7baafdd036"}, + {file = "types-PyMySQL-1.0.6.tar.gz", hash = "sha256:2f43b8ba9357c0b158cba26b58b36951754db45b8c8e7d301d0208de598cb7d6"}, + {file = "types_PyMySQL-1.0.6-py3-none-any.whl", hash = "sha256:0589f4076bb37dbc3c95de14aa4b66c919b220cb3437ef7775c184ac7b27807b"}, ] types-requests = [ {file = "types-requests-2.26.1.tar.gz", hash = "sha256:0893e112e1510bbb67f537941c92192de7472e51bf7f236e0e583866f0ed933e"}, diff --git a/pyproject.toml b/pyproject.toml index 4fcf95e..c100d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ flake8-expression-complexity = "^0.0.9" # types mypy = "^0.910" types-ujson = "^4.2.0" -types-PyMySQL = "^1.0.5" +types-PyMySQL = "^1.0.6" types-ipaddress = "^1.0.1" types-enum34 = "^1.1.1" types-cryptography = "^3.3.9"