From 776bf9123a442bf4bde88c3cbb0c3f021600ce35 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Jul 2024 18:06:09 +0200 Subject: [PATCH] Update orjson from 3.10.3 to 3.10.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5b51ce0..8cf77c90 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.10.3; platform_python_implementation == 'CPython' +orjson==3.10.6; platform_python_implementation == 'CPython'