From 161a09094e9fefc41472005c0a4dee0f11c0eac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:12:24 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e468e24..c52eb82 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2577,14 +2577,14 @@ files = [ [[package]] name = "types-ujson" -version = "5.7.0.1" +version = "5.7.0.3" description = "Typing stubs for ujson" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-ujson-5.7.0.1.tar.gz", hash = "sha256:54351a62ec1b6550efb17af63ef7f0c00d0efa9c099de7da5c627e1efa280553"}, - {file = "types_ujson-5.7.0.1-py3-none-any.whl", hash = "sha256:67cdedbab6ea905f21e236497e9e97d8f7f0845d72b47a7404974dcb88adeb22"}, + {file = "types-ujson-5.7.0.3.tar.gz", hash = "sha256:416cd9e6414ce9c2a113361f2b333345011968592cf56a15b0abd95b673859c5"}, + {file = "types_ujson-5.7.0.3-py3-none-any.whl", hash = "sha256:68b55eb26d7687519062739c2ccc13d85d29bcc194cb6c8162daeebae3b77702"}, ] [[package]] @@ -2775,4 +2775,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "db67b40af0bbb13c808cfd40b57057c1ea73cdfa1e6cba8150f497e280e2bda2" +content-hash = "fad12c43416bb97d174b3c2487f9f4bdf45818564fca9fd72958de2a3d136d91" diff --git a/pyproject.toml b/pyproject.toml index 9c88b4c..06b3032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ flake8-expression-complexity = "^0.0.11" # types mypy = "^0.982" -types-ujson = "^5.6.0" +types-ujson = "^5.7.0" types-PyMySQL = "^1.0.19" types-ipaddress = "^1.0.1" types-enum34 = "^1.1.1"