diff --git a/poetry.lock b/poetry.lock index 5dd27d3..1f7330b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1424,7 +1424,7 @@ python-versions = "*" [[package]] name = "types-pymysql" -version = "1.0.4" +version = "1.0.5" 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 = "653815cb5cc53ceaa78d6f9ca47dda9bce2c03d4063cf4a3574574cde25e1314" +content-hash = "02962e3e7a7f5df6a0ad8965383734f700ca13157003eb9833d9912ccf404ea8" [metadata.files] aiocontextvars = [ @@ -2500,8 +2500,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.4.tar.gz", hash = "sha256:28fec06c804eb9d5711f2160fa56d438d2e331eaece91f91509212bf27b2da4e"}, - {file = "types_PyMySQL-1.0.4-py3-none-any.whl", hash = "sha256:bac28f07504e9460e284e5e7018b82f83f3f1ccbb6d106e3b0101c9b9bbd88a4"}, + {file = "types-PyMySQL-1.0.5.tar.gz", hash = "sha256:683389bfdf89780f60e4b9eeedc1658dbefa929816d74520c951d39d13d87331"}, + {file = "types_PyMySQL-1.0.5-py3-none-any.whl", hash = "sha256:cf5c1d9b2c13e5afe4cefa912a49eceaba5658fd6c870e39333c1f7baafdd036"}, ] types-requests = [ {file = "types-requests-2.25.11.tar.gz", hash = "sha256:b279284e51f668e38ee12d9665e4d789089f532dc2a0be4a1508ca0efd98ba9e"}, diff --git a/pyproject.toml b/pyproject.toml index e1fc70c..55f9071 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.4" +types-PyMySQL = "^1.0.5" types-ipaddress = "^1.0.1" types-enum34 = "^1.1.1" types-cryptography = "^3.3.8"