From e127a4d84adee56452ed7ca6445ef8ab367a5466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 08:49:11 +0000 Subject: [PATCH] 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c9c9d1d..0062d2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index d6ee767..7891c0a 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.3" +types-PyMySQL = "^1.0.4" types-ipaddress = "^1.0.1" types-enum34 = "^1.1.1" types-cryptography = "^3.3.6"