From 4a0acf7ce9b768df18448d9caa27e62852b6a8dd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 28 Oct 2024 17:05:05 +0100 Subject: [PATCH] Update orjson from 3.10.9 to 3.10.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e1f29b2..f858f8c6 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==24.1.2 -orjson==3.10.9; platform_python_implementation == 'CPython' +orjson==3.10.10; platform_python_implementation == 'CPython'