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