Bump types-ujson from 5.2.0 to 5.3.0 (#702)
Bumps [types-ujson](https://github.com/python/typeshed) from 5.2.0 to 5.3.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-minor ... 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -1289,7 +1289,7 @@ python-versions = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "types-ujson"
|
name = "types-ujson"
|
||||||
version = "5.2.0"
|
version = "5.3.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 = "272b38d53bff689a04cf1153d1533d5cb9243ff97cbb95a8f38f54a11267f29d"
|
content-hash = "e78e741cd78524cde4f3739a06be83f9bd51c37da8f916c9107e3bab84478553"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiomysql = [
|
aiomysql = [
|
||||||
@ -2301,8 +2301,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-5.2.0.tar.gz", hash = "sha256:caca2323dc5f3e1b987f44aa51ed8d37b694709d46e74b166b73bf4e42a31b6d"},
|
{file = "types-ujson-5.3.0.tar.gz", hash = "sha256:3b25f0ea993f0a9aa7b1edbf5d7a51fb6e17d4f375201684933ce16e4aa702de"},
|
||||||
{file = "types_ujson-5.2.0-py3-none-any.whl", hash = "sha256:6caa6b60c6a65f04a7010a46a6a6290d02aa4bd41b86f3d0556a2ebcd4f72d7a"},
|
{file = "types_ujson-5.3.0-py3-none-any.whl", hash = "sha256:91702721e00c6f3003be6499f971ae7bbb1e5e1c9ffbad3a7648c7e7590d86e2"},
|
||||||
]
|
]
|
||||||
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"},
|
||||||
|
|||||||
@ -95,7 +95,7 @@ flake8-expression-complexity = "^0.0.11"
|
|||||||
|
|
||||||
# types
|
# types
|
||||||
mypy = "^0.961"
|
mypy = "^0.961"
|
||||||
types-ujson = "^5.2.0"
|
types-ujson = "^5.3.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user