From 9c63df19ba71c924314f4c3767bc518a6eddcac8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2024 16:08:05 +0000 Subject: [PATCH] Update orjson from 3.9.13 to 3.9.15 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6a9d20e..7d683b33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json cattrs==23.2.3 -orjson==3.9.13; platform_python_implementation == 'CPython' +orjson==3.9.15; platform_python_implementation == 'CPython'