From 6510fc1f8185909e1461fa4bc6bff5538c8c4816 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Apr 2024 17:07:04 +0100 Subject: [PATCH] Update orjson from 3.9.15 to 3.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdfaf5b2..1f14efbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json cattrs==23.2.3 -orjson==3.9.15; platform_python_implementation == 'CPython' +orjson==3.10.0; platform_python_implementation == 'CPython'