From 3b62411aacf82b6360f71049e6406ad859d940f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 17:06:05 +0100 Subject: [PATCH] Update orjson from 3.10.3 to 3.10.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28af600a..5cc6b4fc 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.5; platform_python_implementation == 'CPython'