From 51da89f2b35d420775d095ece299490612bd741f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Sep 2024 20:48:15 +0200 Subject: [PATCH] Update cattrs from 24.1.0 to 24.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9221cb95..3d881059 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ compreffor==0.5.5 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json -cattrs==24.1.0 +cattrs==24.1.2 orjson==3.10.7; platform_python_implementation == 'CPython'