Bump types-pymysql from 1.0.3 to 1.0.4

Bumps [types-pymysql](https://github.com/python/typeshed) from 1.0.3 to 1.0.4.
- [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-10-29 08:49:11 +00:00
committed by GitHub
parent 2b525e5b1b
commit e127a4d84a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1424,7 +1424,7 @@ python-versions = "*"
[[package]]
name = "types-pymysql"
version = "1.0.3"
version = "1.0.4"
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 = "7112f93ed0c91455cfc58cd19342544f6d2e6c2ef434d425398f0ac5ac02a06b"
content-hash = "bff92e48e7692e632350517746ded19cb464ff1b8bb4325ab40f21c14cb23624"
[metadata.files]
aiocontextvars = [
@ -2492,8 +2492,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.3.tar.gz", hash = "sha256:ec2f086f40d24c18b47785ba2fec739484917fc507445fb801c2ad57c6a1c38c"},
{file = "types_PyMySQL-1.0.3-py3-none-any.whl", hash = "sha256:644bc2eb7cf2825d25e8a4c9cdf48408e4c64fa148deb5f418664cd7618a8bd1"},
{file = "types-PyMySQL-1.0.4.tar.gz", hash = "sha256:28fec06c804eb9d5711f2160fa56d438d2e331eaece91f91509212bf27b2da4e"},
{file = "types_PyMySQL-1.0.4-py3-none-any.whl", hash = "sha256:bac28f07504e9460e284e5e7018b82f83f3f1ccbb6d106e3b0101c9b9bbd88a4"},
]
types-requests = [
{file = "types-requests-2.25.10.tar.gz", hash = "sha256:3e121988168cffcfa61effaf48f90ebc5ee023f6cc50d04c0144edd7a2265b65"},

View File

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