From 8a68aaad6cc9aa77b8a686b99140b849658bf784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:41:36 +0800 Subject: [PATCH] :arrow_up: Bump ujson from 5.8.0 to 5.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06d40925..b496f04a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" httpx = "^0.25.0" -ujson = "^5.8.0" +ujson = "^5.9.0" Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.7", extras = ["ext", "rate-limiter"] } sqlmodel = "^0.0.14"