From 44dee7f200b99eba4cce0fd9ab31c2cc58f0925b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20types-ujson=20from?= =?UTF-8?q?=205.8.0.1=20to=205.9.0.0=20(#224)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index acb9506..6eb30ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1638,13 +1638,13 @@ files = [ [[package]] name = "types-ujson" -version = "5.8.0.1" +version = "5.9.0.0" description = "Typing stubs for ujson" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {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"}, + {file = "types-ujson-5.9.0.0.tar.gz", hash = "sha256:7e7042454dc7cd7f31b09c420d7caf36b93d30bdf4b8db93791bd0561713d017"}, + {file = "types_ujson-5.9.0.0-py3-none-any.whl", hash = "sha256:f274fa604ed6317effcd1c424ef4cf292c3b0689cb118fb3180689d40ed1f4ed"}, ] [[package]] @@ -2148,4 +2148,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5b3855e7463d4fa6ae711ef85de14a1945ec51005510670be02108d73ee23647" +content-hash = "2e82316936635547cfd536c3c8543924b42cb02ff2b20221191e9bcd220a70af" diff --git a/pyproject.toml b/pyproject.toml index 7617d35..6ad0729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ aiocache = "^0.12.2" [tool.poetry.group.dev.dependencies] mypy = '>=0.991,<1.9' -types-ujson = '^5.7.0' +types-ujson = '^5.9.0' pandas-stubs = '>=1.5.2,<3.0.0' ruff = '>=0.0.239,<0.1.10' types-aiofiles = "^23.2.0.0"