Bump types-enum34 from 1.1.0 to 1.1.1

Bumps [types-enum34](https://github.com/python/typeshed) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-enum34
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-13 10:34:00 +00:00
committed by GitHub
parent 66fdde1aec
commit 3084f71748
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1297,7 +1297,7 @@ python-versions = "*"
[[package]] [[package]]
name = "types-enum34" name = "types-enum34"
version = "1.1.0" version = "1.1.1"
description = "Typing stubs for enum34" description = "Typing stubs for enum34"
category = "dev" category = "dev"
optional = false optional = false
@ -1434,7 +1434,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6.2" python-versions = "^3.6.2"
content-hash = "593920cbe5f26c0241a33ec6bbe0c9cb1b5622d407ea70784b8458bb26e47847" content-hash = "e136d57c2de8c112263ff4265a350b0451c7027bf124159a2ab9d901891f1769"
[metadata.files] [metadata.files]
aiocontextvars = [ aiocontextvars = [
@ -2305,8 +2305,8 @@ types-dataclasses = [
{file = "types_dataclasses-0.6.0-py3-none-any.whl", hash = "sha256:3a992bf86a4b73fd2745092dd0b72bee3837e79611987dfc5bdfb182dfbb6319"}, {file = "types_dataclasses-0.6.0-py3-none-any.whl", hash = "sha256:3a992bf86a4b73fd2745092dd0b72bee3837e79611987dfc5bdfb182dfbb6319"},
] ]
types-enum34 = [ types-enum34 = [
{file = "types-enum34-1.1.0.tar.gz", hash = "sha256:9d42b80e1d783aab2289ebdf599d9011bd39af6ed9308bbdfe63200df3d36455"}, {file = "types-enum34-1.1.1.tar.gz", hash = "sha256:55c44c44f193636ed82f1cb68a9a632e1ea7096724f024c25e015976809df339"},
{file = "types_enum34-1.1.0-py3-none-any.whl", hash = "sha256:d19c8e3c412064283f52507dcef7969f3252c00feaa414f9c6cc4eacdbea3fab"}, {file = "types_enum34-1.1.1-py3-none-any.whl", hash = "sha256:b6d55d7c91867bd2fd6fc90651d91629c98b27cb26df11b1db658ae7a72bb768"},
] ]
types-ipaddress = [ types-ipaddress = [
{file = "types-ipaddress-1.0.1.tar.gz", hash = "sha256:dc5540c7fd8d4b3ffe8461bc01f27513c0abe5f2088e491218bd0a98a0b4584e"}, {file = "types-ipaddress-1.0.1.tar.gz", hash = "sha256:dc5540c7fd8d4b3ffe8461bc01f27513c0abe5f2088e491218bd0a98a0b4584e"},

View File

@ -96,7 +96,7 @@ mypy = "^0.910"
types-ujson = "^4.2.0" types-ujson = "^4.2.0"
types-PyMySQL = "^1.0.3" types-PyMySQL = "^1.0.3"
types-ipaddress = "^1.0.1" types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.0" types-enum34 = "^1.1.1"
types-cryptography = "^3.3.6" types-cryptography = "^3.3.6"
types-orjson = "^3.6.1" types-orjson = "^3.6.1"
types-aiofiles = "^0.7.0" types-aiofiles = "^0.7.0"