build(deps-dev): bump types-ujson from 5.7.0.1 to 5.7.0.3 (#1062)

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

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]
2023-04-19 11:12:24 +08:00
committed by GitHub
parent 677c64a672
commit 161a09094e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2577,14 +2577,14 @@ files = [
[[package]] [[package]]
name = "types-ujson" name = "types-ujson"
version = "5.7.0.1" version = "5.7.0.3"
description = "Typing stubs for ujson" description = "Typing stubs for ujson"
category = "dev" category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "types-ujson-5.7.0.1.tar.gz", hash = "sha256:54351a62ec1b6550efb17af63ef7f0c00d0efa9c099de7da5c627e1efa280553"}, {file = "types-ujson-5.7.0.3.tar.gz", hash = "sha256:416cd9e6414ce9c2a113361f2b333345011968592cf56a15b0abd95b673859c5"},
{file = "types_ujson-5.7.0.1-py3-none-any.whl", hash = "sha256:67cdedbab6ea905f21e236497e9e97d8f7f0845d72b47a7404974dcb88adeb22"}, {file = "types_ujson-5.7.0.3-py3-none-any.whl", hash = "sha256:68b55eb26d7687519062739c2ccc13d85d29bcc194cb6c8162daeebae3b77702"},
] ]
[[package]] [[package]]
@ -2775,4 +2775,4 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "db67b40af0bbb13c808cfd40b57057c1ea73cdfa1e6cba8150f497e280e2bda2" content-hash = "fad12c43416bb97d174b3c2487f9f4bdf45818564fca9fd72958de2a3d136d91"

View File

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