From 5577fa5f3f3ba04ee95ce222de29d9ad422dd1bc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Dec 2024 17:05:57 +0100 Subject: [PATCH] Update orjson from 3.10.11 to 3.10.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bbe1226b..d0916c1d 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.11; platform_python_implementation == 'CPython' +orjson==3.10.12; platform_python_implementation == 'CPython'