Bump types-ujson from 4.2.1 to 5.2.0 (#679)

Bumps [types-ujson](https://github.com/python/typeshed) from 4.2.1 to 5.2.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-ujson
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-08 19:36:21 +02:00
committed by GitHub
parent 4d76934a9d
commit d18fa76478
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1289,7 +1289,7 @@ python-versions = "*"
[[package]] [[package]]
name = "types-ujson" name = "types-ujson"
version = "4.2.1" version = "5.2.0"
description = "Typing stubs for ujson" description = "Typing stubs for ujson"
category = "dev" category = "dev"
optional = false optional = false
@ -1389,7 +1389,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "88b0cb16202090952b8c04663b6b2eecbe3dfe5617da8b302807f510a717fb35" content-hash = "272b38d53bff689a04cf1153d1533d5cb9243ff97cbb95a8f38f54a11267f29d"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -2300,8 +2300,8 @@ types-toml = [
{file = "types_toml-0.10.7-py3-none-any.whl", hash = "sha256:05a8da4bfde2f1ee60e90c7071c063b461f74c63a9c3c1099470c08d6fa58615"}, {file = "types_toml-0.10.7-py3-none-any.whl", hash = "sha256:05a8da4bfde2f1ee60e90c7071c063b461f74c63a9c3c1099470c08d6fa58615"},
] ]
types-ujson = [ types-ujson = [
{file = "types-ujson-4.2.1.tar.gz", hash = "sha256:9e7576316914151f4e7086fae4c5aea3a17ae2d66c2edea6525f4c82354c364d"}, {file = "types-ujson-5.2.0.tar.gz", hash = "sha256:caca2323dc5f3e1b987f44aa51ed8d37b694709d46e74b166b73bf4e42a31b6d"},
{file = "types_ujson-4.2.1-py3-none-any.whl", hash = "sha256:dd6ef2d1a29561e8fbbe4fa95e3509a1104c8f1d7d77004ae50ff99bfa89320c"}, {file = "types_ujson-5.2.0-py3-none-any.whl", hash = "sha256:6caa6b60c6a65f04a7010a46a6a6290d02aa4bd41b86f3d0556a2ebcd4f72d7a"},
] ]
types-urllib3 = [ types-urllib3 = [
{file = "types-urllib3-1.26.15.tar.gz", hash = "sha256:c89283541ef92e344b7f59f83ea9b5a295b16366ceee3f25ecfc5593c79f794e"}, {file = "types-urllib3-1.26.15.tar.gz", hash = "sha256:c89283541ef92e344b7f59f83ea9b5a295b16366ceee3f25ecfc5593c79f794e"},

View File

@ -95,7 +95,7 @@ flake8-expression-complexity = "^0.0.11"
# types # types
mypy = "^0.961" mypy = "^0.961"
types-ujson = "^4.2.0" types-ujson = "^5.2.0"
types-PyMySQL = "^1.0.19" types-PyMySQL = "^1.0.19"
types-ipaddress = "^1.0.1" types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1" types-enum34 = "^1.1.1"