build(deps-dev): bump types-ujson from 5.5.0 to 5.6.0.0 (#954)

Bumps [types-ujson](https://github.com/python/typeshed) from 5.5.0 to 5.6.0.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>

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-12-13 02:11:43 +00:00
committed by GitHub
parent 0b8029abfd
commit a2c5ddfba7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1354,7 +1354,7 @@ python-versions = "*"
[[package]] [[package]]
name = "types-ujson" name = "types-ujson"
version = "5.5.0" version = "5.6.0.0"
description = "Typing stubs for ujson" description = "Typing stubs for ujson"
category = "dev" category = "dev"
optional = false optional = false
@ -1454,7 +1454,7 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "b2c0ef687e9472278d8aa1ef608e26097dcfc68d99fc4b555490a82f90b3fb63" content-hash = "c564de858a7be0d75800f75a47f9856c2a8a0e6b4d2fd03138ec37f2f23a766a"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -2458,8 +2458,8 @@ types-toml = [
{file = "types_toml-0.10.8.1-py3-none-any.whl", hash = "sha256:b7b5c4977f96ab7b5ac06d8a6590d17c0bf252a96efc03b109c2711fb3e0eafd"}, {file = "types_toml-0.10.8.1-py3-none-any.whl", hash = "sha256:b7b5c4977f96ab7b5ac06d8a6590d17c0bf252a96efc03b109c2711fb3e0eafd"},
] ]
types-ujson = [ types-ujson = [
{file = "types-ujson-5.5.0.tar.gz", hash = "sha256:74bc0ec76e3caf3682625703aad4aa9999327517e39afae67bb5aa3100a39bb8"}, {file = "types-ujson-5.6.0.0.tar.gz", hash = "sha256:1a20cf7946772756736582612e0da5656d2dbeccd24be4c1e97d1e66b072b97e"},
{file = "types_ujson-5.5.0-py3-none-any.whl", hash = "sha256:6051e6b80d71382f1f85b0f97b475d84621eae3e2789ed24c5721f784b0846e1"}, {file = "types_ujson-5.6.0.0-py3-none-any.whl", hash = "sha256:010b221260c24a915c6e713a83f366b91390766850ec110304de5b20c86b4b11"},
] ]
types-urllib3 = [ types-urllib3 = [
{file = "types-urllib3-1.26.25.4.tar.gz", hash = "sha256:eec5556428eec862b1ac578fb69aab3877995a99ffec9e5a12cf7fbd0cc9daee"}, {file = "types-urllib3-1.26.25.4.tar.gz", hash = "sha256:eec5556428eec862b1ac578fb69aab3877995a99ffec9e5a12cf7fbd0cc9daee"},

View File

@ -89,7 +89,7 @@ flake8-expression-complexity = "^0.0.11"
# types # types
mypy = "^0.982" mypy = "^0.982"
types-ujson = "^5.5.0" types-ujson = "^5.6.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"