build(deps-dev): bump types-ujson from 5.8.0.1 to 5.9.0.0 (#1237)

Bumps [types-ujson](https://github.com/python/typeshed) from 5.8.0.1 to 5.9.0.0.
- [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:
dependabot[bot]
2023-12-13 04:00:33 +01:00
committed by GitHub
parent 63d9c1f794
commit 51c8a92489
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -2653,13 +2653,13 @@ files = [
[[package]] [[package]]
name = "types-ujson" name = "types-ujson"
version = "5.8.0.1" version = "5.9.0.0"
description = "Typing stubs for ujson" description = "Typing stubs for ujson"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
files = [ files = [
{file = "types-ujson-5.8.0.1.tar.gz", hash = "sha256:2b14388248ab4cd1f5efa8c464761112597ccd57c0d84238f73631abe0e20cfd"}, {file = "types-ujson-5.9.0.0.tar.gz", hash = "sha256:7e7042454dc7cd7f31b09c420d7caf36b93d30bdf4b8db93791bd0561713d017"},
{file = "types_ujson-5.8.0.1-py3-none-any.whl", hash = "sha256:1923f373ba5df0eaa4e3fe5c85dbf4c0b475e2cce3f77f5f4b773347ea1a62c9"}, {file = "types_ujson-5.9.0.0-py3-none-any.whl", hash = "sha256:f274fa604ed6317effcd1c424ef4cf292c3b0689cb118fb3180689d40ed1f4ed"},
] ]
[[package]] [[package]]
@ -2840,4 +2840,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 = "15009bdba1d70201c952e633b4121ee93bea6a7f690ac447e1ddea05636959cd" content-hash = "b31eb7a3597ce74beba19bd5ce00e53de6d4f0553995080ee744f5ac4e99b849"

View File

@ -90,7 +90,7 @@ flake8-expression-complexity = "^0.0.11"
# types # types
mypy = "^0.982" mypy = "^0.982"
types-ujson = "^5.8.0" types-ujson = "^5.9.0"
types-PyMySQL = "^1.1.0" types-PyMySQL = "^1.1.0"
types-ipaddress = "^1.0.1" types-ipaddress = "^1.0.1"
types-enum34 = "^1.1.1" types-enum34 = "^1.1.1"