From 3bb7508ed399fb1e515955e45a087819dedf2f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 03:13:41 +0100 Subject: [PATCH] Bump types-ujson from 5.3.1 to 5.4.0 (#739) Bumps [types-ujson](https://github.com/python/typeshed) from 5.3.1 to 5.4.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] 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 6893be1..5e1945c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1289,7 +1289,7 @@ python-versions = "*" [[package]] name = "types-ujson" -version = "5.3.1" +version = "5.4.0" description = "Typing stubs for ujson" category = "dev" optional = false @@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "37af094f57b0adc537074f74c954e608e8adb6b6bbe96214d2668695841c16b2" +content-hash = "432e427344e54c9f548bcb42085d34455561d29f7e1c876beb7ef05df7f300c5" [metadata.files] aiomysql = [ @@ -2323,8 +2323,8 @@ types-toml = [ {file = "types_toml-0.10.8-py3-none-any.whl", hash = "sha256:8300fd093e5829eb9c1fba69cee38130347d4b74ddf32d0a7df650ae55c2b599"}, ] types-ujson = [ - {file = "types-ujson-5.3.1.tar.gz", hash = "sha256:64698711b7b5e21a270213aa491ae3a4e2d75406e9536b1d998c259efb8aa416"}, - {file = "types_ujson-5.3.1-py3-none-any.whl", hash = "sha256:09a9f1c1b511423c37cda6247492f93bde1157141b5ecff9509a28c920e8c0e4"}, + {file = "types-ujson-5.4.0.tar.gz", hash = "sha256:c6124cadc36e565a90b01213aeec3447f571d9793d177e1653146a3867c81beb"}, + {file = "types_ujson-5.4.0-py3-none-any.whl", hash = "sha256:551bb93e13f010cdc17ccc97cab0e44b7891d54acb8977f0ab64fcb9d6e44cc2"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.15.tar.gz", hash = "sha256:c89283541ef92e344b7f59f83ea9b5a295b16366ceee3f25ecfc5593c79f794e"}, diff --git a/pyproject.toml b/pyproject.toml index f48f200..c222eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ flake8-expression-complexity = "^0.0.11" # types mypy = "^0.961" -types-ujson = "^5.3.0" +types-ujson = "^5.4.0" types-PyMySQL = "^1.0.19" types-ipaddress = "^1.0.1" types-enum34 = "^1.1.1"