From 44b4031de8be4e8b8d3705fa7b3af6be19ee4cc4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2023 16:11:06 +0000 Subject: [PATCH] Update cattrs from 23.1.2 to 23.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 795382e9..61638c78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ compreffor==0.5.5 ttfautohint-py==0.5.1 # optional, for experimental reading/writing ufoLib2's UFO as json -cattrs==23.1.2 +cattrs==23.2.1 orjson==3.9.10; platform_python_implementation == 'CPython'