diff --git a/poetry.lock b/poetry.lock index c973d2f..353e9f0 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 = [ @@ -2174,6 +2174,8 @@ psycopg2-binary = [ {file = "psycopg2_binary-2.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:661509f51531ec125e52357a489ea3806640d0ca37d9dada461ffc69ee1e7b6e"}, {file = "psycopg2_binary-2.9.1-cp310-cp310-manylinux_2_24_aarch64.whl", hash = "sha256:d92272c7c16e105788efe2cfa5d680f07e34e0c29b03c1908f8636f55d5f915a"}, {file = "psycopg2_binary-2.9.1-cp310-cp310-manylinux_2_24_ppc64le.whl", hash = "sha256:736b8797b58febabb85494142c627bd182b50d2a7ec65322983e71065ad3034c"}, + {file = "psycopg2_binary-2.9.1-cp310-cp310-win32.whl", hash = "sha256:ebccf1123e7ef66efc615a68295bf6fdba875a75d5bba10a05073202598085fc"}, + {file = "psycopg2_binary-2.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:1f6ca4a9068f5c5c57e744b4baa79f40e83e3746875cac3c45467b16326bab45"}, {file = "psycopg2_binary-2.9.1-cp36-cp36m-macosx_10_14_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:c250a7ec489b652c892e4f0a5d122cc14c3780f9f643e1a326754aedf82d9a76"}, {file = "psycopg2_binary-2.9.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aef9aee84ec78af51107181d02fe8773b100b01c5dfde351184ad9223eab3698"}, {file = "psycopg2_binary-2.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:123c3fb684e9abfc47218d3784c7b4c47c8587951ea4dd5bc38b6636ac57f616"}, @@ -2498,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"