Merge pull request #373 from collerek/dependabot/pip/types-pymysql-1.0.3

This commit is contained in:
dependabot[bot]
2021-10-13 08:30:29 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1329,7 +1329,7 @@ python-versions = "*"
[[package]]
name = "types-pymysql"
version = "1.0.2"
version = "1.0.3"
description = "Typing stubs for PyMySQL"
category = "dev"
optional = false
@ -1434,7 +1434,7 @@ sqlite = []
[metadata]
lock-version = "1.1"
python-versions = "^3.6.2"
content-hash = "7f2fd9e89ea2c2dbe3bedb4ca7dbb63eb57cdad9ae8b041d0c7e510fd2388884"
content-hash = "6f3cf3ece80710df7102a8171ed1e4e42205549bcd6e1b5c8c16cea9369d6f2d"
[metadata.files]
aiocontextvars = [
@ -2321,8 +2321,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.2.tar.gz", hash = "sha256:8a814d8391934009a0e1a3a344c9295e6a7fda76a6df0c469b0a13f0ae6e79df"},
{file = "types_PyMySQL-1.0.2-py3-none-any.whl", hash = "sha256:19ebd2d3e1c16fb4ae76c74cedbed7e76a0861e7457865477f40732ca84c393d"},
{file = "types-PyMySQL-1.0.3.tar.gz", hash = "sha256:ec2f086f40d24c18b47785ba2fec739484917fc507445fb801c2ad57c6a1c38c"},
{file = "types_PyMySQL-1.0.3-py3-none-any.whl", hash = "sha256:644bc2eb7cf2825d25e8a4c9cdf48408e4c64fa148deb5f418664cd7618a8bd1"},
]
types-requests = [
{file = "types-requests-2.25.9.tar.gz", hash = "sha256:4ec8b71da73e5344adb9bee725a74ec8598e7286f9bcb17500d627f259fe4fb9"},

View File

@ -94,7 +94,7 @@ flake8-expression-complexity = "^0.0.9"
# types
mypy = "^0.910"
types-ujson = "^0.1.1"
types-PyMySQL = "^1.0.2"
types-PyMySQL = "^1.0.3"
types-ipaddress = "^1.0.0"
types-enum34 = "^1.1.0"
types-cryptography = "^3.3.5"