From 703d8b984398de030b002b3c90696d03322f3721 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Sep 2024 17:05:17 +0100 Subject: [PATCH] Update cattrs from 23.2.3 to 24.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9807e9a7..8bda486d 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==23.2.3 +cattrs==24.1.0 orjson==3.10.7; platform_python_implementation == 'CPython'