build(deps-dev): bump types-ujson from 5.8.0.0 to 5.8.0.1 (#1145)

Bumps [types-ujson](https://github.com/python/typeshed) from 5.8.0.0 to 5.8.0.1.
- [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-07-21 04:23:51 +02:00
committed by GitHub
parent e25134b7cf
commit 6f3e41545e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2541,13 +2541,13 @@ files = [
[[package]]
name = "types-ujson"
version = "5.8.0.0"
version = "5.8.0.1"
description = "Typing stubs for ujson"
optional = false
python-versions = "*"
files = [
{file = "types-ujson-5.8.0.0.tar.gz", hash = "sha256:2856a8d0883475bec80c1ac772c006ea691215cc55ded21647b5c87c86249cbb"},
{file = "types_ujson-5.8.0.0-py3-none-any.whl", hash = "sha256:481c27a7bc758fc94de330dcd885ba2fbf5879dd3dfd1c7b6b46f5b98d41ca85"},
{file = "types-ujson-5.8.0.1.tar.gz", hash = "sha256:2b14388248ab4cd1f5efa8c464761112597ccd57c0d84238f73631abe0e20cfd"},
{file = "types_ujson-5.8.0.1-py3-none-any.whl", hash = "sha256:1923f373ba5df0eaa4e3fe5c85dbf4c0b475e2cce3f77f5f4b773347ea1a62c9"},
]
[[package]]
@ -2732,4 +2732,4 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "2e628e376572cc17a2eae817bae34cd6b91c6f2c7ef2dfd02144c33eb4d987d1"
content-hash = "f63c6f855880a41e2e290d9a2f8fba449ab1e4bec2b00373649576b029f3644c"

View File

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