Merge pull request #396 from collerek/dependabot/pip/types-cryptography-3.3.8

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

8
poetry.lock generated
View File

@ -1372,7 +1372,7 @@ python-versions = "*"
[[package]] [[package]]
name = "types-cryptography" name = "types-cryptography"
version = "3.3.6" version = "3.3.8"
description = "Typing stubs for cryptography" description = "Typing stubs for cryptography"
category = "dev" category = "dev"
optional = false optional = false
@ -1550,7 +1550,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6.2" python-versions = "^3.6.2"
content-hash = "a116820c631af18c7e92089b5cdad28335207cb53917b161c8e3cf6ee5ae94f5" content-hash = "cc0d03db9e3c586909774ba079d4da1a26dc722cb9bafc013c3c58e71d1bf15b"
[metadata.files] [metadata.files]
aiocontextvars = [ aiocontextvars = [
@ -2468,8 +2468,8 @@ types-aiofiles = [
{file = "types_aiofiles-0.7.0-py3-none-any.whl", hash = "sha256:0334df97d4fcc70a29ad82ccbe48b914cd7bf31e6cc95942862057892ec5cc81"}, {file = "types_aiofiles-0.7.0-py3-none-any.whl", hash = "sha256:0334df97d4fcc70a29ad82ccbe48b914cd7bf31e6cc95942862057892ec5cc81"},
] ]
types-cryptography = [ types-cryptography = [
{file = "types-cryptography-3.3.6.tar.gz", hash = "sha256:3018192812b073fc00eee66bfd8e202e62359e415ec690f41747b2097c1daf40"}, {file = "types-cryptography-3.3.8.tar.gz", hash = "sha256:07ff76c1fd78724adf3b774bb78928a35b010ec0b29caaf5c959d3b233a2b82d"},
{file = "types_cryptography-3.3.6-py3-none-any.whl", hash = "sha256:171c2813085b86a5117e388f42812e9ba7fd6e1fda83647896a13265c8bab106"}, {file = "types_cryptography-3.3.8-py3-none-any.whl", hash = "sha256:cf1b981597c482828d3ea84bcbe3fbd695cf178cd32b60cd09944f4dbe914746"},
] ]
types-dataclasses = [ types-dataclasses = [
{file = "types-dataclasses-0.6.1.tar.gz", hash = "sha256:6568532fed11f854e4db2eb48063385b323b93ecadd09f10a215d56246c306d7"}, {file = "types-dataclasses-0.6.1.tar.gz", hash = "sha256:6568532fed11f854e4db2eb48063385b323b93ecadd09f10a215d56246c306d7"},

View File

@ -100,7 +100,7 @@ types-ujson = "^4.2.0"
types-PyMySQL = "^1.0.4" types-PyMySQL = "^1.0.4"
types-ipaddress = "^1.0.1" types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1" types-enum34 = "^1.1.1"
types-cryptography = "^3.3.6" types-cryptography = "^3.3.8"
types-orjson = "^3.6.1" types-orjson = "^3.6.1"
types-aiofiles = "^0.7.0" types-aiofiles = "^0.7.0"
types-pkg-resources = "^0.1.3" types-pkg-resources = "^0.1.3"