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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-06 19:20:46 +00:00
committed by GitHub
parent d682d3015e
commit 2191139969
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1424,7 +1424,7 @@ python-versions = "*"
[[package]] [[package]]
name = "types-pymysql" name = "types-pymysql"
version = "1.0.5" version = "1.0.6"
description = "Typing stubs for PyMySQL" description = "Typing stubs for PyMySQL"
category = "dev" category = "dev"
optional = false optional = false
@ -1550,7 +1550,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6.2" python-versions = "^3.6.2"
content-hash = "d86682692a9f766fb55e05fe68fcc32e623ea46096443a666da620a0725557fb" content-hash = "86d3cf48e0561b69bacd56905bd247f2246f9974222082bd2f85c6802f30c760"
[metadata.files] [metadata.files]
aiocontextvars = [ aiocontextvars = [
@ -2515,8 +2515,8 @@ types-pkg-resources = [
{file = "types_pkg_resources-0.1.3-py2.py3-none-any.whl", hash = "sha256:0cb9972cee992249f93fff1a491bf2dc3ce674e5a1926e27d4f0866f7d9b6d9c"}, {file = "types_pkg_resources-0.1.3-py2.py3-none-any.whl", hash = "sha256:0cb9972cee992249f93fff1a491bf2dc3ce674e5a1926e27d4f0866f7d9b6d9c"},
] ]
types-pymysql = [ types-pymysql = [
{file = "types-PyMySQL-1.0.5.tar.gz", hash = "sha256:683389bfdf89780f60e4b9eeedc1658dbefa929816d74520c951d39d13d87331"}, {file = "types-PyMySQL-1.0.6.tar.gz", hash = "sha256:2f43b8ba9357c0b158cba26b58b36951754db45b8c8e7d301d0208de598cb7d6"},
{file = "types_PyMySQL-1.0.5-py3-none-any.whl", hash = "sha256:cf5c1d9b2c13e5afe4cefa912a49eceaba5658fd6c870e39333c1f7baafdd036"}, {file = "types_PyMySQL-1.0.6-py3-none-any.whl", hash = "sha256:0589f4076bb37dbc3c95de14aa4b66c919b220cb3437ef7775c184ac7b27807b"},
] ]
types-requests = [ types-requests = [
{file = "types-requests-2.26.1.tar.gz", hash = "sha256:0893e112e1510bbb67f537941c92192de7472e51bf7f236e0e583866f0ed933e"}, {file = "types-requests-2.26.1.tar.gz", hash = "sha256:0893e112e1510bbb67f537941c92192de7472e51bf7f236e0e583866f0ed933e"},

View File

@ -97,7 +97,7 @@ flake8-expression-complexity = "^0.0.9"
# types # types
mypy = "^0.910" mypy = "^0.910"
types-ujson = "^4.2.0" types-ujson = "^4.2.0"
types-PyMySQL = "^1.0.5" types-PyMySQL = "^1.0.6"
types-ipaddress = "^1.0.1" types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1" types-enum34 = "^1.1.1"
types-cryptography = "^3.3.9" types-cryptography = "^3.3.9"